|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
4D vector union supporting Cartesian, hyperspherical, and array access (float32 precision). More...
#include <juno_vec_types.h>

Data Fields | |
| JUNO_VEC4_F32_CART_T | tCart |
| JUNO_VEC4_F32_SPH_T | tSph |
| float | arr [4] |
4D vector union supporting Cartesian, hyperspherical, and array access (float32 precision).
| float JUNO_VEC4_F32_TAG::arr[4] |
Raw component array.
| JUNO_VEC4_F32_CART_T JUNO_VEC4_F32_TAG::tCart |
Cartesian coordinates.
| JUNO_VEC4_F32_SPH_T JUNO_VEC4_F32_TAG::tSph |
Hyperspherical coordinates.