Home
last modified time | relevance | path

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

/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx362 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in E3dDragRotate() local
363 aInverseViewToEye.invert(); in E3dDragRotate()
364 aRotCenter3D = aInverseViewToEye * aRotCenter3D; in E3dDragRotate()
604 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag() local
605 aInverseViewToEye.invert(); in MoveSdrDrag()
607 aMoveHead3D = aInverseViewToEye * aMoveHead3D; in MoveSdrDrag()
608 aMoveTail3D = aInverseViewToEye * aMoveTail3D; in MoveSdrDrag()
682 aInverseViewToEye.invert(); in MoveSdrDrag()
683 basegfx::B3DPoint aScStart(aInverseViewToEye * aGlobalScaleStart3D); in MoveSdrDrag()
684 basegfx::B3DPoint aScNext(aInverseViewToEye * aGlobalScaleNext3D); in MoveSdrDrag()
[all …]
H A Dobj3d.cxx429 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in NbcResize() local
431 aInverseViewToEye.invert(); in NbcResize()
432 aScaleCenter3D = aInverseViewToEye * aScaleCenter3D; in NbcResize()

Completed in 14 milliseconds