Title Description
rotateY 

Builds a matrix that rotates around the y-axis.

...
translate 

Builds a translation matrix.

...
ARGB 

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

degreeToRadian 

Converts degrees to radians.

...
distance 

Returns the distance between a and b.

...
distance 

Returns the distance between a and b.

...
length 

Returns the vector length.

...
length 

Returns the vector length.

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

...
normalize 

Returns the normalized vector.

...
normalize 

Returns the normalized vector.

...
radianToDegre 

Converts radians to degrees.

...
rand 

Generates and returns a random number between 0 and n.

...
rand 

Generates and returns a random number between min and max.

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

rotateX 

Builds a matrix that rotates around the x-axis.

...
rotateZ 

Builds a matrix that rotates around the z-axis.

...
scale 

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

...
Standard math functions 

Standard math functions. All functions operate with the float type

...