Home
last modified time | relevance | path

Searched refs:dotProd (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DMatrix4x4.h210 return MVector{dotProd(a.row(0), b), dotProd(a.row(1), b), dotProd(a.row(2), b),
211 dotProd(a.row(3), b)};
281 static inline VType dotProd(const MVector& lhs, const MVector& rhs) { in dotProd() function