IntVector

A 2d 32 bit int vector.

struct IntVector {}

Members

Variables

x
int x;

The x value.

y
int y;

The y value.

Meta