Searched refs:aRotMatY (Results 1 – 1 of 1) sorted by relevance
214 Impl3DHomMatrix aRotMatY; in rotate() local218 aRotMatY.set(0, 0, fCos); in rotate()219 aRotMatY.set(2, 2, fCos); in rotate()220 aRotMatY.set(0, 2, fSin); in rotate()221 aRotMatY.set(2, 0, -fSin); in rotate()223 mpImpl->doMulMatrix(aRotMatY); in rotate()