Function dot

Source
pub fn dot<V: InnerSpace>(a: V, b: V) -> V::Scalar
where V::Scalar: BaseFloat,
Expand description

Dot product of two vectors.