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