Home
last modified time | relevance | path

Searched refs:aRotMatX (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx202 Impl3DHomMatrix aRotMatX; in rotate() local
206 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 16 milliseconds