File Utils.h¶
Go to the source code of this file
Namespaces¶
| Type | Name |
|---|---|
| namespace | SparkyStudios |
| namespace | Audio |
| namespace | Amplitude |
Classes¶
| Type | Name |
|---|---|
| struct | BezierCurveControlPoints A structure containing control points for a Bézier curve. |
Macros¶
| Type | Name |
|---|---|
| define | AM_DEG180 180.0 |
| define | AM_DEG18032 180.0f |
| define | AM_DegToRad ((float)(AM\_PI / AM\_DEG180)) |
| define | AM_DegToTurn ((float)(AM\_TURNHALF / AM\_DEG180)) |
| define | AM_LCG_A 48271 |
| define | AM_LCG_C 0 |
| define | AM_LCG_M 2147483647 |
| define | AM_PI 3.14159265358979323846 |
| define | AM_PI32 3.14159265359f |
| define | AM_RadToDeg ((float)(AM\_DEG180 / AM\_PI)) |
| define | AM_RadToTurn ((float)(AM\_TURNHALF / AM\_PI)) |
| define | AM_TURNHALF 0.5 |
| define | AM_TURNHALF32 0.5f |
| define | AM_TurnToDeg ((float)(AM\_DEG180 / AM\_TURNHALF)) |
| define | AM_TurnToRad ((float)(AM\_PI / AM\_TURNHALF)) |
| define | _AM_MATH_UTILS_H |
Macro Definition Documentation¶
The documentation for this file was generated from the following file: include/SparkyStudios/Audio/Amplitude/Math/Utils.h