Function nalgebra_glm::normalize_dot[][src]

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

See also: