CToolMath
Overview
Math utility functions.
Functions
| Name | Description |
|---|---|
| unixTimeStamp | Returns current time as milliseconds since Unix epoch (double). |
| pointOnCercle | Distribute points evenly in a circle around a center point. |
| roundFloat | Round a float to N decimal places. |
| shuffle | Randomly shuffle an array using a seeded random stream. |
| easeAlpha | Apply an easing function to an alpha value. |
| easeIt | Interpolate between A and B with easing. |