Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DMathHelp.h72 inline Matrix4x4F toMatrix4x4F(const Mat4x4& mat4x4) { in toMatrix4x4F() function
92 return toMat4x4(toMatrix4x4F(mat4) * rotationMatrix(axis, degToRad(angleInDegrees), 1)); in appendRotation()
97 return toMat4x4(toMatrix4x4F(matL) * toMatrix4x4F(matR)); in appendMat()
115 return toMat4x4(toMatrix4x4F(mat4) * translationMatrix(translation)); in appendTranslation()
119 return toMat4x4(toMatrix4x4F(deltaMatrix) * toMatrix4x4F(currentMatrix)); in appendMatrix()