LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
juno_math_types.h File Reference

Aggregated math type definitions (vectors, matrices, quaternions). More...

#include "juno_vec_types.h"
Include dependency graph for juno_math_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

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.

// Access types like JUNO_VEC3_F64_T, JUNO_M4X4_F32_T, JUNO_RQUAT_F64_T
Aggregated math type definitions (vectors, matrices, quaternions).