Searched refs:aRotMatZ (Results 1 – 1 of 1) sorted by relevance
230 Impl3DHomMatrix aRotMatZ; in rotate() local234 aRotMatZ.set(0, 0, fCos); in rotate()235 aRotMatZ.set(1, 1, fCos); in rotate()236 aRotMatZ.set(1, 0, fSin); in rotate()237 aRotMatZ.set(0, 1, -fSin); in rotate()239 mpImpl->doMulMatrix(aRotMatZ); in rotate()
Completed in 10 milliseconds