pub fn dot(matrix: Mat3A, vector: Vec3A) -> Vec3A
Expand description

Returns the dot product of the matrix and the vector.