Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h901 Matrix4<T> transToPivot = Matrix4<T>::Translate(pivot1); in Rotate() local
902 return transToPivot * (rotateMat4 * transToOrigin); in Rotate()