Used to hold a pair of (x, y) values which represent a point. More...
#include <LETypes.h>
Data Fields | |
float | fX |
The x coordinate of the point. | |
float | fY |
The y coordinate of the point. |
Used to hold a pair of (x, y) values which represent a point.
Definition at line 244 of file LETypes.h.
float LEPoint::fX |
float LEPoint::fY |