[][src]Function rin::math::dot

pub fn dot<V>(a: &V, b: &V) -> <V as VectorSpace>::Field where
    V: FiniteDimVectorSpace
Deprecated

: use Matrix::dot or Quaternion::dot instead

Computes the dot product of two vectors.

Deprecated

Use these methods instead:

Or, use FiniteDimVectorSpace::dot.