Home
last modified time | relevance | path

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

/dports/math/py-spint/spint-1.0.7/spint/
H A Dvec_SA.py284 newDX = oldDX + deltaX
286 return np.hstack([newDX.reshape((-1, 1)), newDY.reshape((-1, 1))])
291 newDX, newDY = newD[:, 0], newD[:, 1]
292 deltaX = newDX - oldDX
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleRubberBandZoom.cxx59 const int newDX = static_cast<int>(0.5 + aspect * std::abs(dy)); in AdjustBox() local
60 dx = (dx < 0) ? -newDX : newDX; in AdjustBox()
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleRubberBandZoom.cxx82 const int newDX = static_cast<int>(0.5 + aspect * std::abs(dy)); in AdjustBox() local
83 dx = (dx < 0) ? -newDX : newDX; in AdjustBox()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategic_Movement.cc315 INT32 currDX, currDY, newDX, newDY; in GroupBetweenSectorsAndSectorXYIsInDifferentDirection() local
328 newDX = ubSectorX - pGroup->ubSectorX; in GroupBetweenSectorsAndSectorXYIsInDifferentDirection()
332 if( newDX ) in GroupBetweenSectorsAndSectorXYIsInDifferentDirection()
335 newDX /= ABS( newDX ); in GroupBetweenSectorsAndSectorXYIsInDifferentDirection()
354 if( currDX == newDX && currDY == newDY ) in GroupBetweenSectorsAndSectorXYIsInDifferentDirection()