Function proj2d

Source
pub fn proj2d<T>(
    m: &Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>,
    normal: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
) -> Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>
where T: Number,
Expand description

Build planar projection matrix along normal axis and right-multiply it to m.