Function nalgebra_glm::fast_normalize_dot[][src]

pub fn fast_normalize_dot<T: RealField, const D: usize>(
    x: &TVec<T, D>,
    y: &TVec<T, D>
) -> T
Expand description

The dot product of the normalized version of x and y.

This is currently the same as normalize_dot.

See also: