SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_Mat4 Struct Reference

4x4 Matrix, 16-byte aligned, column-major. More...

#include <sbgl_math.h>

Data Fields

float m [4][4]
 

Detailed Description

4x4 Matrix, 16-byte aligned, column-major.

Definition at line 83 of file sbgl_math.h.

Field Documentation

◆ m

float sbgl_Mat4::m[4][4]

Definition at line 84 of file sbgl_math.h.


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