Struct IntPoint

Struct IntPoint#

Struct Documentation#

struct IntPoint#

A point (with integer coordinates).

Public Members

int x#

The x coordinate.

int y#

The y coordinate.