[][src]Function smallpt::nalgebra::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:

  • [Matrix::dot]
  • [Quaternion::dot]

Or, use FiniteDimVectorSpace::dot.