pub fn rotate_z_vec3<N: Real>(v: &TVec3<N>, angle: N) -> TVec3<N>
Expand description

Rotate a three dimensional vector around the Z axis.