âïļvec3
math.vec3
Variables
x - number
y - number
z - number
Functions
unpack
Returns:
length
Returns:
length2d
Returns:
dist
other vector
math.vec3
vector to calculate distance
Returns:
dist2d
other vector
math.vec3
vector to calculate distance
Returns:
to2d
Returns:
cross
other vector
math.vec3
vector to cross with
Returns:
the cross product of the two vectors
math.vec3
normalize
Returns:
math.vec3
dot
other vector
math.vec3
vector to calculate dot product with
Returns:
the two vectors dot product
number
calc_angle
other vector
math.vec3
vector to calculate angle with
Returns:
Last updated