UniPRT SDK  v1.0.0.0
Point Class Reference
Inheritance diagram for Point:
APair< T > IPoint IPair< Float >

Public Member Functions

 Point (float x, float y)
 
GetX ()
 
GetX ()
 First value. e.g. Horizontal, x, position of a point.
 
GetY ()
 
GetY ()
 Second value. e.g. Vertical, y, position of a point.
 
void SetX (T x)
 
void SetX (T x)
 
void SetY (T y)
 
void SetY (T y)
 

Protected Attributes

x
 
y