Function nalgebra_glm::rotate_x_vec3[][src]

pub fn rotate_x_vec3<N: Real>(v: &TVec3<N>, angle: N) -> TVec3<N>

Rotate a three dimensional vector around the X axis.