[][src]Function nalgebra_glm::rotate_x

pub fn rotate_x<N: RealField>(m: &TMat4<N>, angle: N) -> TMat4<N>

Builds a rotation 4 * 4 matrix around the X axis and right-multiply it to m.

Parameters:

  • m − Input matrix multiplied by this rotation matrix.
  • angle − Rotation angle expressed in radians.

See also: