[][src]Function nalgebra_glm::normalize_dot

pub fn normalize_dot<N: RealField, 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.

See also: