Home
last modified time | relevance | path

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

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_model.h329 …void RotateSelectedPieces(const lcVector3& Angles, bool Relative, bool RotatePivotPoint, bool Upda…
H A Dlc_mainwindow.cpp2898 …ActiveModel->RotateSelectedPieces(ActiveView->GetMoveDirection(lcVector3(lcMax(GetAngleSnap(), 1.0… in HandleCommand()
2903 …ActiveModel->RotateSelectedPieces(ActiveView->GetMoveDirection(-lcVector3(lcMax(GetAngleSnap(), 1.… in HandleCommand()
2908 …ActiveModel->RotateSelectedPieces(ActiveView->GetMoveDirection(lcVector3(0.0f, lcMax(GetAngleSnap(… in HandleCommand()
2913 …ActiveModel->RotateSelectedPieces(ActiveView->GetMoveDirection(lcVector3(0.0f, -lcMax(GetAngleSnap… in HandleCommand()
2918 …ActiveModel->RotateSelectedPieces(ActiveView->GetMoveDirection(lcVector3(0.0f, 0.0f, lcMax(GetAngl… in HandleCommand()
2923 …ActiveModel->RotateSelectedPieces(ActiveView->GetMoveDirection(lcVector3(0.0f, 0.0f, -lcMax(GetAng… in HandleCommand()
H A Dlc_model.cpp2676 void lcModel::RotateSelectedPieces(const lcVector3& Angles, bool Relative, bool RotatePivotPoint, b… in RotateSelectedPieces() function in lcModel
2811 RotateSelectedPieces(Transform, false, false, true, true); in TransformSelectedObjects()
2815 RotateSelectedPieces(Transform, true, false, true, true); in TransformSelectedObjects()
4089 RotateSelectedPieces(Delta, true, AlternateButtonDrag, false, false); in UpdateRotateTool()
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_qpropertiestree.cpp632 Model->RotateSelectedPieces(Rotation - InitialRotation, true, false, true, true); in slotReturnPressed()