Point2D structure
Represents a 2D point with unsigned integer coordinates.
Syntax
typedef struct Point2D { UINT X; UINT Y; } Point2D;
Members
- X
-
The position of the point on the X axis.
- Y
-
The position of the point on the Y axis.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: