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