Function nalgebra_glm::proj2d

source ·
pub fn proj2d<N: Number>(m: &TMat3<N>, normal: &TVec2<N>) -> TMat3<N>
Expand description

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