IVec2 toIVec(Vec2 vec)
Converts a Vec2 to an IVec2 by truncating each component to an integer.
Vec2
IVec2
IVec3 toIVec(Vec3 vec)
Converts a Vec3 to an IVec3 by truncating each component to an integer.
Vec3
IVec3
IVec4 toIVec(Vec4 vec)
Converts a Vec4 to an IVec4 by truncating each component to an integer.
Vec4
IVec4