Mat4

a 4x4 matrix wrapper struct

extern (C)
struct Mat4 {}

Members

Variables

m
float[4][4] m;
Undocumented in source.

Meta