LuaIVec3
Type doc:
Fields:
x: integer
y: integer
z: integer
Methods:
to_array: function(self: LuaIVec3 ):({integer})
min_element: function(self: LuaIVec3 ):(integer)
max_element: function(self: LuaIVec3 ):(integer)
element_sum: function(self: LuaIVec3 ):(integer)
element_product: function(self: LuaIVec3 ):(integer)
is_negative_bitmask: function(self: LuaIVec3 ):(integer)
length_squared: function(self: LuaIVec3 ):(integer)
as_i64vec3: function(self: LuaIVec3 ):( LuaI64Vec3 )
as_u64vec3: function(self: LuaIVec3 ):( LuaU64Vec3 )
assert_receiver_is_total_eq: function(self: LuaIVec3 )
new: function(integer , integer , integer):( LuaIVec3 )
splat: function(integer):( LuaIVec3 )
from_array: function({integer}):( LuaIVec3 )
__tostring: function(self: LuaIVec3 ):(string)
__index: function(self: LuaIVec3 , integer):(integer)
__newindex: function(self: LuaIVec3 , integer , integer)
__eq: function(any , any):(any)
__mod: function(any , any):(any)
__add: function(any , any):(any)
__unm: function(any):(any)
__div: function(any , any):(any)
__sub: function(any , any):(any)
__mul: function(any , any):(any)