[][src]Function nalgebra_glm::dot

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

The dot product of two vectors.