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.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).