solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
Loading...
Searching...
No Matches
Mat3 Struct Reference

A 3x3 matrix for 2D transformations and 3D rotations. More...

#include <matrix.h>

Detailed Description

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] |


The documentation for this struct was generated from the following file: