Type Definition traffloat::space::LinearMatrix [−][src]
pub type LinearMatrix = Matrix<f64, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<f64, 3_usize, 3_usize>>;
Expand description
Standard linear transformation matrix type