Function dot

Source
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.