|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
Aggregated math type definitions (vectors, matrices, quaternions). More...
#include "juno_vec_types.h"

Go to the source code of this file.
Aggregated math type definitions (vectors, matrices, quaternions).
Convenience umbrella header that includes the structural math types from juno_vec_types.h (2D/3D/4D vectors in Cartesian/spherical/hyperspherical forms, matrices, and real quaternions).
Prefer including this header when you need only the type definitions. If you also want the inline vector/quaternion operations, include juno_math.h instead, which pulls in both this header and juno_vec.h.