[−][src]Function nalgebra::dot
pub fn dot<V: FiniteDimVectorSpace>(a: &V, b: &V) -> V::Field
Deprecated:
use Matrix::dot
or Quaternion::dot
instead
Computes the dot product of two vectors.
Deprecated
Use these methods instead:
- [Matrix::dot]
- [Quaternion::dot]
Or, use FiniteDimVectorSpace::dot.