Point2I Class Reference#include <mPoint2.h>
Detailed Description2D integer pointUses S32 internally.
Constructor & Destructor Documentation
Create an uninitialized point.
Copy constructor.
Member Function DocumentationStore lesser co-ordinates from parameter in this point.
Store greater co-ordinates from parameter in this point.
Invert sign of point's co-ordinates.
Is this point at the origin? (No epsilon used).
Get the length of the point.
Get the length-squared of the point.
Member Data Documentation
X position.
Y position.
|