This class describes a three-dimensional integer vector.
Property | Type | Description |
---|---|---|
x | int | x component of the vector |
y | int | y component of the vector |
z | int | z component of the vector |
iVec3 | Constructor | iVec3(const int x) |
iVec3 | Constructor | iVec3(const int x, const int y, const int z) |