Function vecmath::vec4_normalized_sub [] [src]

pub fn vec4_normalized_sub<T: Float>(a: Vector4<T>, b: Vector4<T>) -> Vector4<T>

Computes the normalized difference between two vectors.

This is often used to get direction from 'b' to 'a'.