Title Description
Standard math functions 

Standard math functions. All functions operate with the float type

...
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.

...
rotateX 

Builds a matrix that rotates around the x-axis.

...
randF 

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

randF 

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

rand 

Generates and returns a random number between 0 and n.

...
rand 

Generates and returns a random number between min and max.

...
radianToDegre 

Converts radians to degrees.

...
normalize 

Returns the normalized vector.

...
normalize 

Returns the normalized vector.

...
multiply 

Returns the product of matrices a and b.

...
multiply 

Returns the product of vector v and matrix m.

...
multiply 

Returns the product of vector v and matrix m.

...
length 

Returns the vector length.

...
length 

Returns the vector length.

...
distance 

Returns the distance between a and b.

...
distance 

Returns the distance between a and b.

...
degreeToRadian 

Converts degrees to radians.

...
ARGB 

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

translate 

Builds a translation matrix.

...
rotateY 

Builds a matrix that rotates around the y-axis.

...