Function cgmath::dot

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

Dot product of two vectors.