Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DMathHelp.h96 inline Mat4x4 appendMat(const Mat4x4& matL, const Mat4x4& matR) { in appendMat() argument
97 return toMat4x4(toMatrix4x4F(matL) * toMatrix4x4F(matR)); in appendMat()