Searched refs:aRotMatZ (Results 1 – 1 of 1) sorted by relevance
228 Impl3DHomMatrix aRotMatZ; in rotate() local232 aRotMatZ.set(0, 0, fCos); in rotate()233 aRotMatZ.set(1, 1, fCos); in rotate()234 aRotMatZ.set(1, 0, fSin); in rotate()235 aRotMatZ.set(0, 1, -fSin); in rotate()237 mpImpl->doMulMatrix(aRotMatZ); in rotate()