Vector2I Class¶
Description¶
2 x 1 vector of int data.
Public Functions¶
Vector2I(int x, int y)
Public Field¶
int x
int y
Vector2I(int x, int y)¶
Creates a Vector2I object.
int x¶
The 1st element of the vector.
int y¶
The 2nd element of the vector.