2D polar coordinate. More...
#include <mxvk/include/mxvk/mxvk_math.h>
Public Attributes | |
| float | r = 0.0f |
| Radial distance. | |
| float | theta = 0.0f |
| Angle in degrees for this framework's math helpers. | |
2D polar coordinate.
Definition at line 1137 of file mxvk_math.h.
| float mxvk::Polar::r = 0.0f |
Radial distance.
Definition at line 1139 of file mxvk_math.h.
| float mxvk::Polar::theta = 0.0f |
Angle in degrees for this framework's math helpers.
Definition at line 1142 of file mxvk_math.h.