#include <blobs.h>
Public Member Functions | |
TPOINT () | |
TPOINT (inT16 vx, inT16 vy) | |
TPOINT (const ICOORD &ic) | |
void | operator+= (const TPOINT &other) |
void | operator/= (int divisor) |
Public Attributes | |
inT16 | x |
inT16 | y |
TPOINT::TPOINT | ( | ) | [inline] |
TPOINT::TPOINT | ( | const ICOORD & | ic | ) | [inline] |
void TPOINT::operator+= | ( | const TPOINT & | other | ) | [inline] |
void TPOINT::operator/= | ( | int | divisor | ) | [inline] |