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