Matrix4x4

Type Alias Matrix4x4 

Source
pub type Matrix4x4<T> = Matrix<T, 4, 4>;

Aliased Typeยง

pub struct Matrix4x4<T> { /* private fields */ }