Function nalgebra_glm::rotate_vec4

source ·
pub fn rotate_vec4<N: Real>(v: &TVec4<N>, angle: N, normal: &TVec3<N>) -> TVec4<N>
Expand description

Rotate a thee dimensional vector in homogeneous coordinates around an axis.