Function nalgebra_glm::normalize_dot[][src]

pub fn normalize_dot<N: Real, D: Dimension>(x: &TVec<N, D>, y: &TVec<N, D>) -> N where
    DefaultAllocator: Alloc<N, D>, 

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