Function nalgebra_glm::dot[][src]

pub fn dot<T: Number, const D: usize>(x: &TVec<T, D>, y: &TVec<T, D>) -> T
Expand description

The dot product of two vectors.