tool::core::matrix
pub fn dot_product<T>(vector_1: &Matrix3x1<T>, vector_2: &Matrix3x1<T>) -> T where T: RealField,
Dot product between two vectors.