LuaI64Vec4

Type doc:

Fields:

w: integer

x: integer

y: integer

z: integer

Methods:

to_array: function(self: LuaI64Vec4 ):({integer})

truncate: function(self: LuaI64Vec4 ):( LuaI64Vec3 )

with_x: function(self: LuaI64Vec4 , integer):( LuaI64Vec4 )

with_y: function(self: LuaI64Vec4 , integer):( LuaI64Vec4 )

with_z: function(self: LuaI64Vec4 , integer):( LuaI64Vec4 )

with_w: function(self: LuaI64Vec4 , integer):( LuaI64Vec4 )

dot: function(self: LuaI64Vec4 , LuaI64Vec4 ):(integer)

dot_into_vec: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

min: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

max: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

clamp: function(self: LuaI64Vec4 , LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

min_element: function(self: LuaI64Vec4 ):(integer)

max_element: function(self: LuaI64Vec4 ):(integer)

element_sum: function(self: LuaI64Vec4 ):(integer)

element_product: function(self: LuaI64Vec4 ):(integer)

cmpeq: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaBVec4 )

cmpne: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaBVec4 )

cmpge: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaBVec4 )

cmpgt: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaBVec4 )

cmple: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaBVec4 )

cmplt: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaBVec4 )

abs: function(self: LuaI64Vec4 ):( LuaI64Vec4 )

signum: function(self: LuaI64Vec4 ):( LuaI64Vec4 )

is_negative_bitmask: function(self: LuaI64Vec4 ):(integer)

length_squared: function(self: LuaI64Vec4 ):(integer)

distance_squared: function(self: LuaI64Vec4 , LuaI64Vec4 ):(integer)

div_euclid: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

rem_euclid: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

as_vec4: function(self: LuaI64Vec4 ):( LuaVec4 )

as_dvec4: function(self: LuaI64Vec4 ):( LuaDVec4 )

as_ivec4: function(self: LuaI64Vec4 ):( LuaIVec4 )

as_uvec4: function(self: LuaI64Vec4 ):( LuaUVec4 )

as_u64vec4: function(self: LuaI64Vec4 ):( LuaU64Vec4 )

wrapping_add: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

wrapping_sub: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

wrapping_mul: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

wrapping_div: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

saturating_add: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

saturating_sub: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

saturating_mul: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

saturating_div: function(self: LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

wrapping_add_unsigned: function(self: LuaI64Vec4 , LuaU64Vec4 ):( LuaI64Vec4 )

wrapping_sub_unsigned: function(self: LuaI64Vec4 , LuaU64Vec4 ):( LuaI64Vec4 )

saturating_add_unsigned: function(self: LuaI64Vec4 , LuaU64Vec4 ):( LuaI64Vec4 )

saturating_sub_unsigned: function(self: LuaI64Vec4 , LuaU64Vec4 ):( LuaI64Vec4 )

assert_receiver_is_total_eq: function(self: LuaI64Vec4 )

clone: function(self: LuaI64Vec4 ):( LuaI64Vec4 )

new: function(integer , integer , integer , integer):( LuaI64Vec4 )

splat: function(integer):( LuaI64Vec4 )

select: function( LuaBVec4 , LuaI64Vec4 , LuaI64Vec4 ):( LuaI64Vec4 )

from_array: function({integer}):( LuaI64Vec4 )

__tostring: function(self: LuaI64Vec4 ):(string)

__sub: function(any , any):(any)

__eq: function(any , any):(any)

__mod: function(any , any):(any)

__add: function(any , any):(any)

__mul: function(any , any):(any)

__unm: function(any):(any)

__div: function(any , any):(any)