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
Mat4 Struct Reference

A 4x4 matrix for 3D transformations. More...

#include <matrix.h>

Detailed Description

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.


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