Point Struct Reference
struct Point
A structure that represents a single point.
Public Attributes
int
x
int
y
Member Data Documentation
int x
int
x
The X value.
int y
int
y
The Y value.