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