|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
A 4x4 matrix for 3D transformations. More...
#include <matrix.h>
A 4x4 matrix for 3D transformations.
Matrix elements are stored in column-major order (OpenGL style). The union allows accessing data as raw floats or SIMD registers.