[][src]Function nalgebra_glm::rotate2d

pub fn rotate2d<N: RealField>(m: &TMat3<N>, angle: N) -> TMat3<N>

Builds a 2D rotation matrix from an angle and right-multiply it to m.

See also: