Unravel Engine C++ Reference
Loading...
Searching...
No Matches
input::point Struct Reference

#include <point.hpp>

Public Member Functions

 point (float x=0, float y=0)
 

Public Attributes

float x
 
float y
 

Detailed Description

Definition at line 5 of file point.hpp.

Constructor & Destructor Documentation

◆ point()

input::point::point ( float x = 0,
float y = 0 )
inline

Definition at line 10 of file point.hpp.

Member Data Documentation

◆ x

float input::point::x

Definition at line 7 of file point.hpp.

◆ y

float input::point::y

Definition at line 8 of file point.hpp.


The documentation for this struct was generated from the following file: