Searched refs:aRotMatX (Results 1 – 1 of 1) sorted by relevance
202 Impl3DHomMatrix aRotMatX; in rotate() local206 aRotMatX.set(1, 1, fCos); in rotate()207 aRotMatX.set(2, 2, fCos); in rotate()208 aRotMatX.set(2, 1, fSin); in rotate()209 aRotMatX.set(1, 2, -fSin); in rotate()211 mpImpl->doMulMatrix(aRotMatX); in rotate()
Completed in 17 milliseconds