UniPRT SDK  v1.0.0.0
IPoint Interface Reference

Coordinate pair within a 2D plane. More...

Inheritance diagram for IPoint:
IPair< Float > Point

Public Member Functions

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

Detailed Description

Coordinate pair within a 2D plane.