Cylindrical coordinate. More...
#include <mxvk/include/mxvk/mxvk_math.h>
Public Attributes | |
| float | r = 0.0f |
| Radial distance. | |
| float | theta = 0.0f |
| Azimuth angle in degrees for this framework's math helpers. | |
| float | z = 0.0f |
| Height coordinate. | |
Cylindrical coordinate.
Definition at line 1146 of file mxvk_math.h.
| float mxvk::CyType::r = 0.0f |
Radial distance.
Definition at line 1148 of file mxvk_math.h.
| float mxvk::CyType::theta = 0.0f |
Azimuth angle in degrees for this framework's math helpers.
Definition at line 1151 of file mxvk_math.h.
| float mxvk::CyType::z = 0.0f |
Height coordinate.
Definition at line 1154 of file mxvk_math.h.