Function nalgebra_glm::rotate_vec3[][src]

pub fn rotate_vec3<T: RealField>(
    v: &TVec3<T>,
    angle: T,
    normal: &TVec3<T>
) -> TVec3<T>

Rotate a three dimensional vector around an axis.