Title Description
Standard math functions 

Standard math functions. All functions operate with the float type

...
length 

Returns the vector length.

...
length 

Returns the vector length.

...
multiply 

Returns the product of vector v and matrix m.

...
multiply 

Returns the product of vector v and matrix m.

...
multiply 

Returns the product of matrices a and b.

...
normalize 

Returns the normalized vector.

...
normalize 

Returns the normalized vector.

...
distance 

Returns the distance between a and b.

...
distance 

Returns the distance between a and b.

...
rand 

Generates and returns a random number between min and max.

...
rand 

Generates and returns a random number between 0 and n.

...
randF 

Generates and returns a random floating point value between min and...

randF 

Generates and returns a random floating point value between 0.0f and...

radianToDegre 

Converts radians to degrees.

...
degreeToRadian 

Converts degrees to radians.

...
ARGB 

Converts alpha, red, green and blue values to...

translate 

Builds a translation matrix.

...
scale 

Builds a matrix that scales along the x-axis, the y-axis, and the z-axis.

...
rotateZ 

Builds a matrix that rotates around the z-axis.

...
rotateY 

Builds a matrix that rotates around the y-axis.

...
rotateX 

Builds a matrix that rotates around the x-axis.

...