pub fn fast_normalize_dot<N: Real, D: Dimension>(
    x: &TVec<N, D>,
    y: &TVec<N, D>
) -> Nwhere
    DefaultAllocator: Alloc<N, D>,
Expand description

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

This is currently the same as normalize_dot.

See also: