Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx216 Impl3DHomMatrix aRotMatY; in rotate() local
220 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 14 milliseconds