|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
2D vector in Cartesian coordinates (float precision). More...
#include <juno_vec_types.h>
Data Fields | |
| float | x |
| float | y |
2D vector in Cartesian coordinates (float precision).
Contains x and y components.
| float JUNO_VEC2_F32_CART_TAG::x |
X component.
| float JUNO_VEC2_F32_CART_TAG::y |
Y component.