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