Point

X and Y coordinate.

struct Point {}

Constructors

this
this(int x, int y)

Construct a new Point.

Meta