Type Definition vecmath::Matrix4x3 [−][src]
type Matrix4x3<T> = [[T; 3]; 4];
A 4x3 matrix.
To multiply two matrices use col_mat4x3_mul
.
This format can also store vertices of a quad.
type Matrix4x3<T> = [[T; 3]; 4];
A 4x3 matrix.
To multiply two matrices use col_mat4x3_mul
.
This format can also store vertices of a quad.