LuaIVec2
Type doc:
Fields:
x: integer
y: integer
Methods:
to_array: function(self: LuaIVec2 ):({integer})
min_element: function(self: LuaIVec2 ):(integer)
max_element: function(self: LuaIVec2 ):(integer)
element_sum: function(self: LuaIVec2 ):(integer)
element_product: function(self: LuaIVec2 ):(integer)
is_negative_bitmask: function(self: LuaIVec2 ):(integer)
length_squared: function(self: LuaIVec2 ):(integer)
as_i64vec2: function(self: LuaIVec2 ):( LuaI64Vec2 )
as_u64vec2: function(self: LuaIVec2 ):( LuaU64Vec2 )
assert_receiver_is_total_eq: function(self: LuaIVec2 )
new: function(integer , integer):( LuaIVec2 )
splat: function(integer):( LuaIVec2 )
from_array: function({integer}):( LuaIVec2 )
__tostring: function(self: LuaIVec2 ):(string)
__index: function(self: LuaIVec2 , integer):(integer)
__newindex: function(self: LuaIVec2 , integer , integer)
__mod: function(any , any):(any)
__div: function(any , any):(any)
__eq: function(any , any):(any)
__add: function(any , any):(any)
__sub: function(any , any):(any)
__unm: function(any):(any)
__mul: function(any , any):(any)