[][src]Function nalgebra_glm::rotate_y_vec4

pub fn rotate_y_vec4<N: RealField>(v: &TVec4<N>, angle: N) -> TVec4<N>

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