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

Rotate a three dimensional vector in homogeneous coordinates around the X axis.