|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
3D vector in spherical coordinates (double precision). More...
#include <juno_vec_types.h>
Data Fields | |
| float | r |
| float | phi |
| float | theta |
| float | rho |
3D vector in spherical coordinates (double precision).
Contains radial distance and three angles (phi, theta, rho).
| float JUNO_VEC4_F32_SPH_TAG::phi |
Azimuthal angle in radians.
| float JUNO_VEC4_F32_SPH_TAG::r |
Radial distance from the origin.
| float JUNO_VEC4_F32_SPH_TAG::rho |
Third angular coordinate.
| float JUNO_VEC4_F32_SPH_TAG::theta |
Polar angle in radians.