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