Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp357 rotationAboutPoint(anlgeInDegree, rotationOp.axis.rotationPoint, in performRotationOp()
375 rotationAboutPoint(angleInDegree, rotationOp.axis.rotationPoint, in performRotationOp()
385 rotationAboutPoint(angleInDegree, rotationOp.axis.rotationPoint, in performRotationOp()
395 rotationAboutPoint(anlgeInDegree, rotationOp.axis.rotationPoint, in performRotationOp()
410 appendMat(rotationAboutPoint(angleDelta, rotationOp.axis.rotationPoint, in performRotationOp()
DMathHelp.h101 inline Mat4x4 rotationAboutPoint(float angleInDegrees, const VectorT& point, const VectorT& axis) { in rotationAboutPoint() function