Point

2D point

struct Point {}

Members

Variables

x
int x;

x coordinate

y
int y;

y coordinate

Meta