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

Data Fields | |
| JUNO_VEC2_F32_CART_T | tCart |
| JUNO_VEC2_F32_SPH_T | tSph |
| float | arr [2] |
2D vector union supporting Cartesian, polar, and array access (float32 precision).
| float JUNO_VEC2_F32_TAG::arr[2] |
Raw component array.
| JUNO_VEC2_F32_CART_T JUNO_VEC2_F32_TAG::tCart |
Cartesian coordinates.
| JUNO_VEC2_F32_SPH_T JUNO_VEC2_F32_TAG::tSph |
Polar coordinates.