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