Home
last modified time | relevance | path

Searched refs:_p4 (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/mars/
H A Drobotship.cpp98 _p4.y = kInitialLocationTop; in startMoving()
104 _p4.x = kInitialLocationLeft; in startMoving()
109 makeVelocityVector(_p4.x, _p4.y, kShuttleWindowLeft + kShuttleWindowWidth / 2, in startMoving()
136 _p1 = _p4; in newDestination()
145 _p4.x -= kRovingWidth; in newDestination()
147 _p4.x += kRovingWidth; in newDestination()
154 _p4.y -= kRovingHeight; in newDestination()
156 _p4.y += kRovingHeight; in newDestination()
160 makeVelocityVector(_p4.x, _p4.y, kShuttleWindowLeft + kShuttleWindowWidth / 2, in newDestination()
234 _p4.x = kShuttleWindowMidH; in snareByTractorBeam()
[all …]
H A Dplanetmover.cpp49 _p4 = kPlanetStartTop; in startMoving()
51 if (_r4 + _p4 < kPlanetStopTop) in startMoving()
52 _r4 = kPlanetStopTop - _p4; in startMoving()
62 CoordType currentLoc = hermite(_p1, _p4, _r1, _r4, _lastTime, _duration); in dropPlanetOutOfSight()
63 CoordType currentV = dHermite(_p1, _p4, _r1, _r4, _lastTime, _duration); in dropPlanetOutOfSight()
66 _p4 = kPlanetStartTop; in dropPlanetOutOfSight()
76 _p1 = _p4; in newDestination()
79_p4 = kPlanetStopTop + ((PegasusEngine *)g_engine)->getRandomNumber(kPlanetStartTop - kPlanetStopT… in newDestination()
82 if (_r4 + _p4 < kPlanetStopTop) in newDestination()
83 _r4 = kPlanetStopTop - _p4; in newDestination()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/mars/
H A Drobotship.cpp98 _p4.y = kInitialLocationTop; in startMoving()
104 _p4.x = kInitialLocationLeft; in startMoving()
109 makeVelocityVector(_p4.x, _p4.y, kShuttleWindowLeft + kShuttleWindowWidth / 2, in startMoving()
136 _p1 = _p4; in newDestination()
145 _p4.x -= kRovingWidth; in newDestination()
147 _p4.x += kRovingWidth; in newDestination()
154 _p4.y -= kRovingHeight; in newDestination()
156 _p4.y += kRovingHeight; in newDestination()
160 makeVelocityVector(_p4.x, _p4.y, kShuttleWindowLeft + kShuttleWindowWidth / 2, in newDestination()
234 _p4.x = kShuttleWindowMidH; in snareByTractorBeam()
[all …]
H A Dplanetmover.cpp49 _p4 = kPlanetStartTop; in startMoving()
51 if (_r4 + _p4 < kPlanetStopTop) in startMoving()
52 _r4 = kPlanetStopTop - _p4; in startMoving()
62 CoordType currentLoc = hermite(_p1, _p4, _r1, _r4, _lastTime, _duration); in dropPlanetOutOfSight()
63 CoordType currentV = dHermite(_p1, _p4, _r1, _r4, _lastTime, _duration); in dropPlanetOutOfSight()
66 _p4 = kPlanetStartTop; in dropPlanetOutOfSight()
76 _p1 = _p4; in newDestination()
79_p4 = kPlanetStopTop + ((PegasusEngine *)g_engine)->getRandomNumber(kPlanetStartTop - kPlanetStopT… in newDestination()
82 if (_r4 + _p4 < kPlanetStopTop) in newDestination()
83 _r4 = kPlanetStopTop - _p4; in newDestination()
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/src/
H A DPtRelFcn.cc24 _p4("P4", 1.0, 0.1, 5.0), in FUNCTION_OBJECT_IMP()
37 _p4(right._p4), in PtRelFcn()
48 double p4 = _p4.getValue(); in operator ()()
104 return _p4; in P4()
108 return _p4; in P4()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dprimitives.cpp52 savedState->writeLEUint16(_p4.x); in saveState()
53 savedState->writeLEUint16(_p4.y); in saveState()
69 _p4.x = savedState->readLEUint16(); in restoreState()
70 _p4.y = savedState->readLEUint16(); in restoreState()
95 _p4 = p4; in createPolygon()
120 _p4.x += dx; in setPos()
130 _p4.y += dy; in setPos()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dprimitives.cpp52 savedState->writeLEUint16(_p4.x); in saveState()
53 savedState->writeLEUint16(_p4.y); in saveState()
69 _p4.x = savedState->readLEUint16(); in restoreState()
70 _p4.y = savedState->readLEUint16(); in restoreState()
95 _p4 = p4; in createPolygon()
120 _p4.x += dx; in setPos()
130 _p4.y += dy; in setPos()
/dports/math/maxima/maxima-5.43.2/share/diff_form/
H A Dcurvture2.mac13 make_tan():=block([_l:[],_l1,_l2,_l3,_l4,_ll,_p,_p4,_m],
21 _p4:ratsimp(trigsimp(apply("+",_l4))),
22 _l2:cross2(1/sqrt(_p4)*_l3,1/sqrt(_p)*_l),
23 addrow(_m,_l2,1/sqrt(_p4)*_l3))$
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4
/dports/devel/py-qt5-help/PyQt5-5.15.4/examples/quick/scenegraph/customgeometry/
H A Dcustomgeometry.py98 return self._p4
102 if self._p4 != p:
103 self._p4 = QPointF(p)
126 self._p4 = QPointF(1, 1)
164 + t * t * t * self._p4

12345678910>>...12