Math

math namespace

Functions

vec3

local new_vec = math.vec3(10, 0, 0)

Parameter

Datatype

Default

x

number

y

number

parameter x

z

number

parameter x

Returns:

Value

Datatype

vector object

math.vec3

vector_angles

math.vector_angles(math.vec3(0.5, 0.2, 0.8))

forward

math.vec3

the forward vector to convert to angles

Returns:

Value

Datatype

angles

math.vec3

angle_vectors

math.angle_vectors(math.vec3(0, 90, 0))

angle

math.vec3

the angle to convert to directions

Returns:

Value

Datatype

forward

math.vec3

right

math.vec3

up

math.vec3

Last updated