pub fn 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.

See also: