LuaIVec4
Type doc:
Fields:
w: integer
x: integer
y: integer
z: integer
Methods:
to_array: function(self: LuaIVec4 ):({integer})
min_element: function(self: LuaIVec4 ):(integer)
max_element: function(self: LuaIVec4 ):(integer)
element_sum: function(self: LuaIVec4 ):(integer)
element_product: function(self: LuaIVec4 ):(integer)
is_negative_bitmask: function(self: LuaIVec4 ):(integer)
length_squared: function(self: LuaIVec4 ):(integer)
as_i64vec4: function(self: LuaIVec4 ):( LuaI64Vec4 )
as_u64vec4: function(self: LuaIVec4 ):( LuaU64Vec4 )
assert_receiver_is_total_eq: function(self: LuaIVec4 )
new: function(integer , integer , integer , integer):( LuaIVec4 )
splat: function(integer):( LuaIVec4 )
from_array: function({integer}):( LuaIVec4 )
__tostring: function(self: LuaIVec4 ):(string)
__index: function(self: LuaIVec4 , integer):(integer)
__newindex: function(self: LuaIVec4 , integer , integer)
__eq: function(any , any):(any)
__div: function(any , any):(any)
__sub: function(any , any):(any)
__mod: function(any , any):(any)
__mul: function(any , any):(any)
__add: function(any , any):(any)
__unm: function(any):(any)