Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx228 Impl3DHomMatrix aRotMatZ; in rotate() local
232 aRotMatZ.set(0, 0, fCos); in rotate()
233 aRotMatZ.set(1, 1, fCos); in rotate()
234 aRotMatZ.set(1, 0, fSin); in rotate()
235 aRotMatZ.set(0, 1, -fSin); in rotate()
237 mpImpl->doMulMatrix(aRotMatZ); in rotate()