[][src]Function nalgebra_glm::rotate_z_vec3

pub fn rotate_z_vec3<N: RealField>(v: &TVec3<N>, angle: N) -> TVec3<N>

Rotate a three dimensional vector around the Z axis.