Home
last modified time | relevance | path

Searched refs:setVelocity (Results 1 – 25 of 991) sorted by relevance

12345678910>>...40

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/
H A DBounceOperator.cpp40 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handleTriangle()
41 else P->setVelocity( vt*(1.0f-_friction) - vn*_resilience ); in handleTriangle()
63 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handleRectangle()
64 else P->setVelocity( vt*(1.0f-_friction) - vn*_resilience ); in handleRectangle()
81 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handlePlane()
82 else P->setVelocity( vt*(1.0f-_friction) - vn*_resilience ); in handlePlane()
105 P->setVelocity( vt * tanscale + vn * _resilience ); in handleSphere()
115 P->setVelocity( (wishPoint - P->getPosition()) / dt ); in handleSphere()
134 P->setVelocity( vt * tanscale + vn * _resilience ); in handleSphere()
156 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handleDisk()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/
H A DBounceOperator.cpp40 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handleTriangle()
41 else P->setVelocity( vt*(1.0f-_friction) - vn*_resilience ); in handleTriangle()
63 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handleRectangle()
64 else P->setVelocity( vt*(1.0f-_friction) - vn*_resilience ); in handleRectangle()
81 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handlePlane()
82 else P->setVelocity( vt*(1.0f-_friction) - vn*_resilience ); in handlePlane()
105 P->setVelocity( vt * tanscale + vn * _resilience ); in handleSphere()
115 P->setVelocity( (wishPoint - P->getPosition()) / dt ); in handleSphere()
134 P->setVelocity( vt * tanscale + vn * _resilience ); in handleSphere()
156 if ( vt.length2()<=_cutoff ) P->setVelocity( vt - vn*_resilience ); in handleDisk()
[all …]
/dports/misc/visp/visp-3.4.0/example/servo-afma4/
H A DmoveAfma4.cpp193 robot.setVelocity(vpRobot::ARTICULAR_FRAME, q) ; in main()
200 robot.setVelocity(vpRobot::ARTICULAR_FRAME, q) ; in main()
207 robot.setVelocity(vpRobot::ARTICULAR_FRAME, q) ; in main()
213 robot.setVelocity(vpRobot::ARTICULAR_FRAME, q) ; in main()
220 robot.setVelocity(vpRobot::ARTICULAR_FRAME, q) ; in main()
233 robot.setVelocity(vpRobot::CAMERA_FRAME, q); in main()
241 robot.setVelocity(vpRobot::CAMERA_FRAME, q); in main()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Dparticlefactory.cpp155 … smoke->physicsComponent().setVelocity(velocity + MCRandom::randomVector3dPositiveZ() * 0.2f); in doDamageSmoke()
168 … smoke->physicsComponent().setVelocity(velocity + MCRandom::randomVector3dPositiveZ() * 0.1f); in doSkidSmoke()
181 … smoke->physicsComponent().setVelocity(velocity + MCRandom::randomVector3dPositiveZ() * 0.1f); in doSmoke()
194 smoke->physicsComponent().setVelocity(MCRandom::randomVector3dPositiveZ() * 0.1f); in doOffTrackSmoke()
207 skidMark->physicsComponent().setVelocity(MCVector3dF(0, 0, 0)); in doOnTrackSkidMark()
221 skidMark->physicsComponent().setVelocity(MCVector3dF(0, 0, 0)); in doOffTrackSkidMark()
235 mud->physicsComponent().setVelocity(velocity + MCVector3dF(0, 0, 4.0f)); in doMud()
248 …sparkle->physicsComponent().setVelocity(velocity * (0.75f + 0.25f * MCRandom::getValue()) + MCVect… in doSparkle()
262 …leaf->physicsComponent().setVelocity(velocity + MCVector3dF(0, 0, 2.0f) + MCRandom::randomVector3d… in doLeaf()
/dports/devel/indi/indi-1.9.1/drivers/telescope/
H A Dastrotrac.cpp821 setVelocity(AXIS_DE, velocity); in MoveNS()
825 setVelocity(AXIS_DE, TrackRateN[AXIS_DE].value); in MoveNS()
847 setVelocity(AXIS_RA, velocity); in MoveWE()
851 setVelocity(AXIS_RA, TrackRateN[AXIS_RA].value); in MoveWE()
911 setVelocity(AXIS_DE, rate + dDE); in GuideNorth()
914 setVelocity(AXIS_DE, TrackRateN[AXIS_DE].value); in GuideNorth()
932 setVelocity(AXIS_DE, rate - dDE); in GuideSouth()
986 return setVelocity(AXIS_RA, raRate) && setVelocity(AXIS_DE, deRate); in SetTrackRate()
1007 return setVelocity(AXIS_RA, dRA) && setVelocity(AXIS_DE, dDE); in SetTrackMode()
1021 setVelocity(AXIS_RA, 0); in SetTrackEnabled()
[all …]
/dports/misc/visp/visp-3.4.0/example/servo-ptu46/
H A DmovePtu46.cpp94 robot.setVelocity(vpRobot::CAMERA_FRAME, qdot) ; in main()
102 robot.setVelocity(vpRobot::CAMERA_FRAME, qdot) ; in main()
110 robot.setVelocity(vpRobot::ARTICULAR_FRAME, qdot); in main()
118 robot.setVelocity(vpRobot::ARTICULAR_FRAME, qdot); in main()
/dports/misc/dartsim/dart-6.11.1/unittests/comprehensive/
H A Dtest_Constraint.cpp132 sphereJoint->setVelocity(3, Random::uniform(-2.0, 2.0)); // x-axis in SingleContactTest()
133 sphereJoint->setVelocity(5, Random::uniform(-2.0, 2.0)); // z-axis in SingleContactTest()
142 boxJoint->setVelocity(3, Random::uniform(-2.0, 2.0)); // x-axis in SingleContactTest()
143 boxJoint->setVelocity(5, Random::uniform(-2.0, 2.0)); // z-axis in SingleContactTest()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/webaudio/
H A DAudioListener.h66 void setVelocity(double x, double y, double z) { setVelocity(FloatPoint3D(x, y, z)); } in setVelocity() function
67 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } in setVelocity() function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Wall/
H A DsetVelocity.m1 function setVelocity(w, f) function
3 % setVelocity(w, f)
13 % setVelocity(w, f);
/dports/games/kolf/kolf-21.12.3/
H A Dball.cpp71 setVelocity(QPointF()); in friction()
79 setVelocity(QPointF()); in friction()
84 setVelocity(velocity); in friction()
172 setVelocity(Vector()); in collisionDetect()
/dports/games/scorched3d/scorched/src/client/sound/
H A DVirtualSoundSource.cpp60 playingSource_->getActualSource()->setVelocity(velocity_); in actualPlay()
104 void VirtualSoundSource::setVelocity(Vector &velocity) in setVelocity() function in VirtualSoundSource
109 playingSource_->getActualSource()->setVelocity(velocity); in setVelocity()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dscript_kart.cpp117 void setVelocity(int idKart, SimpleVec3* position) in setVelocity() function
124 kart->setVelocity(btVector3(x, y, z)); in setVelocity()
166 mp ? WRAP_FN(setVelocity) : asFUNCTION(setVelocity), in registerScriptFunctions()
/dports/games/jvgs/jvgs-0.5.1-src/resources/player/
H A Dscript.lua14 entity:setVelocity(velocity)
31 self:setVelocity(velocity)
49 entity:setVelocity(velocity)
/dports/games/jvgs/jvgs-0.5.1-src/resources/level-end/
H A Dend.lua11 collider:setVelocity(jvgslua.Vector2D(0, 0))
19 collider:setVelocity(jvgslua.Vector2D(0, 0))
/dports/audio/stk/stk-4.6.2/src/
H A DWhistle.cpp44 can_.setVelocity(0, 0, 0); // and the velocity in Whistle()
54 pea_.setVelocity(35, 15, 0); in Whistle()
187 pea_.setVelocity(tempX, tempY, 0); in tick()
189 pea_.setVelocity( tempX*canLoss_, tempY*canLoss_, 0 ); in tick()
/dports/misc/visp/visp-3.4.0/modules/robot/test/servo-franka/
H A DtestFrankaJointVelocityLimits.cpp102 robot.setVelocity(vpRobot::JOINT_STATE, dq_d); in main()
111 robot.setVelocity(vpRobot::JOINT_STATE, dq_d); in main()
120 robot.setVelocity(vpRobot::JOINT_STATE, dq_d); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativesmoothedanimation_p.h64 Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity NOTIFY velocityChanged)
81 void setVelocity(qreal);
H A Dqdeclarativespringanimation_p.h63 Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity)
75 void setVelocity(qreal velocity);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquicksmoothedanimation_p.h68 Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity NOTIFY velocityChanged)
87 void setVelocity(qreal);
H A Dqquickspringanimation_p.h68 Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity)
81 void setVelocity(qreal velocity);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquicksmoothedanimation_p.h68 Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity NOTIFY velocityChanged)
87 void setVelocity(qreal);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGNote.java44 public void setVelocity(int velocity) { in setVelocity() method in TGNote
83 note.setVelocity(getVelocity()); in clone()
/dports/misc/visp/visp-3.4.0/example/servo-biclops/
H A DmoveBiclops.cpp206 robot.setVelocity(vpRobot::ARTICULAR_FRAME, qdot); in main()
225 robot.setVelocity(vpRobot::ARTICULAR_FRAME, qdot); in main()
244 robot.setVelocity(vpRobot::ARTICULAR_FRAME, qdot); in main()
264 robot.setVelocity(vpRobot::ARTICULAR_FRAME, qdot); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/portedasteroids/
H A Dview.cpp251 ship->setVelocity( 0.0, 0.0 ); in newShip()
347 rock->setVelocity( dx, dy ); in addRocks()
529 nPup->setVelocity( hit->xVelocity() + r, hit->yVelocity() + r ); in rockHit()
572 nrock->setVelocity( dx+addx[i]*rockSpeed+r, dy+addy[i]*rockSpeed+r ); in rockHit()
616 e->setVelocity( dx, dy ); in addExhaust()
732 bit->setVelocity( 1-randDouble()*2, in processShip()
777 ship->setVelocity( shipDx, shipDy ); in processShip()
832 ship->setVelocity( shipDx, shipDy ); in processShip()
849 missile->setVelocity( shipDx + cosangle*MISSILE_SPEED, in processShip()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/imports/audioengine/
H A Dqdeclarative_audiolistener_p.h67 Q_PROPERTY(QVector3D velocity READ velocity WRITE setVelocity NOTIFY velocityChanged)
88 void setVelocity(const QVector3D &velocity);

12345678910>>...40