Function vecmath::vec3_normalized [] [src]

pub fn vec3_normalized<T>(a: Vector3<T>) -> Vector3<T> where T: Copy + One + Sqrt + Add<T, Output=T> + Mul<T, Output=T> + Div<T, Output=T>

Computes the normalized.