Type Definition Mat3
Other items ingrafix_toolbox::uses
type Mat3 = (Vec3, Vec3, Vec3);
impl Cast<Matrix<f32, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<f32, 3_usize, 3_usize>>> for Mat3
fn to(v: Mat3) -> Self