Function cgmath::dot
[−]
[src]
pub fn dot<S: BaseNum, V: Vector<S>>(a: V, b: V) -> S
Dot product of two vectors.
pub fn dot<S: BaseNum, V: Vector<S>>(a: V, b: V) -> S
Dot product of two vectors.