Type Alias UsizeMat4x3CP

Source
pub type UsizeMat4x3CP = Mat4x3CP<usize>;
Expand description

Type alias for Matrix<4, 3, usize, VecPacked, ColMajor>

Aliased Typeยง

pub struct UsizeMat4x3CP { /* private fields */ }