Searched refs:aRotMat (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basegfx/source/matrix/ |
H A D | b2dhommatrix.cxx | 229 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()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | dragmt3d.cxx | 435 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()
|
/aoo41x/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 975 basegfx::B3DHomMatrix aRotMat; in CalcNewViewportValues() local 976 aRotMat.rotate(0.0, 0.0, fBankAngle); in CalcNewViewportValues() 978 aUp *= aRotMat; in CalcNewViewportValues()
|
Completed in 29 milliseconds