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

Rotate a three dimensional vector around the X axis.