|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
A 3x3 matrix for 2D transformations and 3D rotations. More...
#include <matrix.h>
A 3x3 matrix for 2D transformations and 3D rotations.
Matrix elements are stored in column-major order (OpenGL style): | m[0] m[3] m[6] | | m[1] m[4] m[7] | | m[2] m[5] m[8] |