Spherical coordinate. More...
#include <mxvk/include/mxvk/mxvk_math.h>
Public Attributes | |
| float | p = 0.0f |
| Radial distance. | |
| float | phi = 0.0f |
| Inclination angle in degrees for this framework's math helpers. | |
| float | theta = 0.0f |
| Azimuth angle in degrees for this framework's math helpers. | |
Spherical coordinate.
Definition at line 1158 of file mxvk_math.h.
| float mxvk::SpType::p = 0.0f |
Radial distance.
Definition at line 1160 of file mxvk_math.h.
| float mxvk::SpType::phi = 0.0f |
Inclination angle in degrees for this framework's math helpers.
Definition at line 1166 of file mxvk_math.h.
| float mxvk::SpType::theta = 0.0f |
Azimuth angle in degrees for this framework's math helpers.
Definition at line 1163 of file mxvk_math.h.