A point to define a shape. More...
#include <CShapePoint.h>
Public Member Functions | |
CShapePoint (COORD _x=0, COORD _y=0) | |
Default constructor. More... | |
CShapePoint (const CShapePoint &p) | |
Copy constructor. More... | |
Public Attributes | |
COORD | x |
COORD | y |
A point to define a shape.
Default constructor.
_x | COORD, X-coordinate |
_y | COORD, Y-coordinate |
|
inline |
Copy constructor.
p | const CPoint&, point to copy from |
COORD sptk::CShapePoint::x |
X-coordinate
COORD sptk::CShapePoint::y |
Y-coordinate