Searched refs:aRotMatY (Results 1 – 1 of 1) sorted by relevance
216 Impl3DHomMatrix aRotMatY; in rotate() local220 aRotMatY.set(0, 0, fCos); in rotate()221 aRotMatY.set(2, 2, fCos); in rotate()222 aRotMatY.set(0, 2, fSin); in rotate()223 aRotMatY.set(2, 0, -fSin); in rotate()225 mpImpl->doMulMatrix(aRotMatY); in rotate()
Completed in 13 milliseconds