Function vecmath::vec4_normalized
[−]
[src]
pub fn vec4_normalized<T>(a: Vector4<T>) -> Vector4<T> where T: Copy + One + Sqrt + Add<T, Output=T> + Mul<T, Output=T> + Div<T, Output=T>
Computes the normalized.