Type Alias Mat4

Source
pub type Mat4<E> = Mat<4, 4, E, DescriptorOrderColumnMajor>;

Aliased Typeยง

struct Mat4<E>(/* private fields */);