Function maths_rs::dot

source ·
pub fn dot<T: Number, V: VecN<T>>(a: V, b: V) -> T
Expand description

returns the vector dot product between a . b