Function tool::core::matrix::dot_product[][src]

pub fn dot_product<T>(vector_1: &Matrix3x1<T>, vector_2: &Matrix3x1<T>) -> T where
    T: RealField, 

Dot product between two vectors.