Function truck_modeling::base::cgmath::dot

pub fn dot<V>(a: V, b: V) -> <V as VectorSpace>::Scalarwhere
    V: InnerSpace,
    <V as VectorSpace>::Scalar: BaseFloat,
Expand description

Dot product of two vectors.