Lua
C++
Edit

iVec3

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)
Copyright © 2024 Ultra Software.
All rights reserved.