Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DPush.cpp518 idRotation realRotation, partialRotation; in ClipRotationalPush() local
549 realRotation = results.fraction * rotation; in ClipRotationalPush()
552 realRotation = rotation; in ClipRotationalPush()
574 …numListedEntities = GetPushableEntitiesForRotation( curPusher, pusher, flags, realRotation, entity… in ClipRotationalPush()
586 else if ( ClipRotationAgainstPusher( trace, ent, curPusher, -fraction * realRotation ) ) { in ClipRotationalPush()
600 partialRotation = realRotation * pushedGroup[i].fraction; in ClipRotationalPush()
618 pusher->GetPhysics()->ClipRotation( results, realRotation, NULL ); in ClipRotationalPush()
629 partialRotation = realRotation * pushedGroup[i].fraction; in ClipRotationalPush()
635 pusher->GetPhysics()->GetClipModel(i)->Rotate( realRotation ); in ClipRotationalPush()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPush.cpp518 idRotation realRotation, partialRotation; in ClipRotationalPush() local
549 realRotation = results.fraction * rotation; in ClipRotationalPush()
552 realRotation = rotation; in ClipRotationalPush()
574 …numListedEntities = GetPushableEntitiesForRotation( curPusher, pusher, flags, realRotation, entity… in ClipRotationalPush()
586 else if ( ClipRotationAgainstPusher( trace, ent, curPusher, -fraction * realRotation ) ) { in ClipRotationalPush()
600 partialRotation = realRotation * pushedGroup[i].fraction; in ClipRotationalPush()
618 pusher->GetPhysics()->ClipRotation( results, realRotation, NULL ); in ClipRotationalPush()
629 partialRotation = realRotation * pushedGroup[i].fraction; in ClipRotationalPush()
635 pusher->GetPhysics()->GetClipModel(i)->Rotate( realRotation ); in ClipRotationalPush()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dqcustomplot.cpp5557 double realRotation = mRotation; in drawTickLabel() local
5567 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; in drawTickLabel()
5568 if (realRotation > 90) realRotation -= 180; in drawTickLabel()
5569 else if (realRotation < -90) realRotation += 180; in drawTickLabel()
5572 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a… in drawTickLabel()
5573 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); in drawTickLabel()
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dqcustomplot.cpp5580 double realRotation = mRotation;
5590 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0;
5591 if (realRotation > 90) realRotation -= 180;
5592 else if (realRotation < -90) realRotation += 180;
5595 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a…
5596 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text);
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp5569 double realRotation = mRotation; in drawTickLabel() local
5579 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; in drawTickLabel()
5580 if (realRotation > 90) realRotation -= 180; in drawTickLabel()
5581 else if (realRotation < -90) realRotation += 180; in drawTickLabel()
5584 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a… in drawTickLabel()
5585 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); in drawTickLabel()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp5569 double realRotation = mRotation; in drawTickLabel() local
5579 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; in drawTickLabel()
5580 if (realRotation > 90) realRotation -= 180; in drawTickLabel()
5581 else if (realRotation < -90) realRotation += 180; in drawTickLabel()
5584 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a… in drawTickLabel()
5585 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); in drawTickLabel()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp5569 double realRotation = mRotation; in drawTickLabel() local
5579 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; in drawTickLabel()
5580 if (realRotation > 90) realRotation -= 180; in drawTickLabel()
5581 else if (realRotation < -90) realRotation += 180; in drawTickLabel()
5584 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a… in drawTickLabel()
5585 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); in drawTickLabel()
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp5569 double realRotation = mRotation; in drawTickLabel() local
5579 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; in drawTickLabel()
5580 if (realRotation > 90) realRotation -= 180; in drawTickLabel()
5581 else if (realRotation < -90) realRotation += 180; in drawTickLabel()
5584 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a… in drawTickLabel()
5585 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); in drawTickLabel()
/dports/graphics/qcustomplot-qt5/qcustomplot/
H A Dqcustomplot.cpp5575 double realRotation = mRotation; in drawTickLabel() local
5585 realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; in drawTickLabel()
5586 if (realRotation > 90) realRotation -= 180; in drawTickLabel()
5587 else if (realRotation < -90) realRotation += 180; in drawTickLabel()
5590 …realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true a… in drawTickLabel()
5591 drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); in drawTickLabel()