Function nalgebra_glm::rotate_y_vec4 [−][src]
pub fn rotate_y_vec4<T: RealField>(v: &TVec4<T>, angle: T) -> TVec4<T>
Expand description
Rotate a three dimensional vector in homogeneous coordinates around the Y
axis.
pub fn rotate_y_vec4<T: RealField>(v: &TVec4<T>, angle: T) -> TVec4<T>
Rotate a three dimensional vector in homogeneous coordinates around the Y
axis.