Vector2I

Integer vector.

Note: Internally this might be later translated to a float anyway, so it might not be precise.

Members

Functions

opBinary
Vector2I opBinary(Vector2I vec)
Undocumented in source.
toHash
size_t toHash()

Get hash of the position.

Variables

x
int x;
y
int y;
Undocumented in source.

Meta