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

Rotate a three dimensional vector around the Y axis.