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

Rotate a three dimensional vector around the Z axis.