Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx229 Impl2DHomMatrix aRotMat; in rotate() local
231 aRotMat.set(0, 0, fCos); in rotate()
232 aRotMat.set(1, 1, fCos); in rotate()
233 aRotMat.set(1, 0, fSin); in rotate()
234 aRotMat.set(0, 1, -fSin); in rotate()
236 mpImpl->doMulMatrix(aRotMat); in rotate()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx435 basegfx::B3DHomMatrix aRotMat; in MoveSdrDrag() local
439 aRotMat.rotate(0.0, 0.0, fWAngle); in MoveSdrDrag()
441 aRotMat.rotate(0.0, fWAngle, 0.0); in MoveSdrDrag()
446 aRotMat.rotate(0.0, fWAngle, 0.0); in MoveSdrDrag()
448 aRotMat.rotate(0.0, 0.0, fWAngle); in MoveSdrDrag()
452 aRotMat.rotate(fHAngle, 0.0, 0.0); in MoveSdrDrag()
465 aTransMat *= aRotMat; in MoveSdrDrag()
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx975 basegfx::B3DHomMatrix aRotMat; in CalcNewViewportValues() local
976 aRotMat.rotate(0.0, 0.0, fBankAngle); in CalcNewViewportValues()
978 aUp *= aRotMat; in CalcNewViewportValues()

Completed in 28 milliseconds