Introduction
This class contains methods that extends various math related items.
Methods#
| Name | Description |
|---|---|
| Convert360to180 | Convert any angle to range of -180 to +180 |
| FixAngle | Reduce any angle to range of -360 to 360 |
| NormalizeAngle | Normalize the angle between -180 and 180 degrees |
| PointInQuad | Check if a point is inside of a quad |
| PointInTriangle | Check if a point is inside a triangle |
| Slerp | Perform Spherical Lerp |