Function cgmath::dot

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

Dot product of two vectors.