Aurelon Open API 8.1.1
|
Coordinate. More...
Public Member Functions | |
AOI_Point () | |
AOI_Point (float, float) | |
AOI_Point (const AOI_Point &) | |
Coordinate.
Definition at line 136 of file AOI_Types.h.
AOI_Point::AOI_Point | ( | ) |
Constructs a (0,0) coordinate
Definition at line 463 of file AOI_Types.cpp.
AOI_Point::AOI_Point | ( | float | inX, |
float | inY ) |
Constructs coordinate with the given x and y
inX | x-coordinate |
inY | y-coordinate |
Definition at line 474 of file AOI_Types.cpp.
AOI_Point::AOI_Point | ( | const AOI_Point & | inCoord | ) |
Constructs a copy of a coordinate.
inCoord | Source coordinate to copy. |
Definition at line 485 of file AOI_Types.cpp.