Math utilities.
| Title | Description |
|---|---|
| rotateY | Builds a matrix that rotates around the y-axis. ... |
| translate | Builds a translation matrix. ... |
| ARGB | Converts |
| degreeToRadian | Converts degrees to radians. ... |
| distance | Returns the distance between |
| distance | Returns the distance between |
| length | Returns the vector length. ... |
| length | Returns the vector length. ... |
| multiply | Returns the product of matrices |
| multiply | Returns the product of vector |
| multiply | Returns the product of vector |
| normalize | Returns the normalized vector. ... |
| normalize | Returns the normalized vector. ... |
| radianToDegre | Converts radians to degrees. ... |
| rand | Generates and returns a random number between |
| rand | Generates and returns a random number between |
| randF | Generates and returns a random floating point value between |
| randF | Generates and returns a random floating point value between |
| 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 |