Home
last modified time | relevance | path

Searched refs:GetVelocity (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mobility/model/
H A Dmobility-model.cc45 MakeVectorAccessor (&MobilityModel::GetVelocity), in GetTypeId()
82 MobilityModel::GetVelocity (void) const in GetVelocity() function in ns3::MobilityModel
104 return (GetVelocity () - other->GetVelocity ()).GetLength (); in GetRelativeSpeed()
H A Dhierarchical-mobility-model.cc164 Vector parentSpeed = m_parent->GetVelocity (); in DoGetVelocity()
165 Vector childSpeed = m_child->GetVelocity (); in DoGetVelocity()
173 return m_child->GetVelocity (); in DoGetVelocity()
H A Drandom-walk-2d-mobility-model.cc112 Vector speed = m_helper.GetVelocity (); in DoWalk()
136 Vector speed = m_helper.GetVelocity (); in Rebound()
176 return m_helper.GetVelocity (); in DoGetVelocity()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dvelocity_tracker_state.cc42 velocity_tracker_.GetVelocity(id, &vx, &vy); in ComputeCurrentVelocity()
65 GetVelocity(id, &vx, NULL); in GetXVelocity()
71 GetVelocity(id, NULL, &vy); in GetYVelocity()
75 void VelocityTrackerState::GetVelocity(int32_t id, in GetVelocity() function in ui::VelocityTrackerState
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dvelocity_tracker_state.cc42 velocity_tracker_.GetVelocity(id, &vx, &vy); in ComputeCurrentVelocity()
65 GetVelocity(id, &vx, NULL); in GetXVelocity()
71 GetVelocity(id, NULL, &vy); in GetYVelocity()
75 void VelocityTrackerState::GetVelocity(int32_t id, in GetVelocity() function in ui::VelocityTrackerState
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DPhysicsComponent.cpp392 Point currSpeed = GetVelocity(); in VUpdate()
517 (GetVelocity().y < 0.1 || IsOnGround())) in VUpdate()
605 Point velocity = GetVelocity(); in VUpdate()
621 velocity = GetVelocity(); in VUpdate()
653 velocity = GetVelocity(); in VUpdate()
694 velocity = GetVelocity(); in VUpdate()
722 velocity = GetVelocity(); in VUpdate()
763 velocity = GetVelocity(); in VUpdate()
793 …else if (m_IsStopped && (((fabs(GetVelocity().y) < DBL_EPSILON) && (fabs(GetVelocity().x) < DBL_EP… in VUpdate()
926 if (m_HeightInAir < 5 && (GetVelocity().y < 5)) in SetFalling()
[all …]
/dports/games/shootingstar/shootingstar-1.2.0/src/game/
H A DcGib.cpp54 mTTL = 5000 + int (GetVelocity ().GetLenght () * 2000.0f); in cGib()
79 SetVelocity (GetVelocity () * (1.0f - 0.001f * deltaTime)); in Update()
80 Rotate (GetVelocity ().GetLenght () * deltaTime * 2.0f); in Update()
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Drigidbody.h28 const MATHVECTOR<Dbl,3> GetVelocity() const { return linear.GetVelocity(); } in GetVelocity() function
29 …const MATHVECTOR<Dbl,3> GetVelocity(const MATHVECTOR<Dbl,3> & offset) { return linear.GetVelocit… in GetVelocity() function
H A Dlinearframe.cpp58 force = force - frame.GetVelocity() * 10.0f; in QT_TEST()
66 QT_CHECK_CLOSE(frame.GetVelocity()[1], 0.1, 0.0001); in QT_TEST()
H A Dcardynamics.cpp44 return body.GetVelocity().Magnitude(); in GetSpeed()
53 Dbl vel = body.GetVelocity().dot(v); // car body vel in local car direction in GetSpeedDir()
57 MATHVECTOR<Dbl,3> CARDYNAMICS::GetVelocity() const in GetVelocity() function in CARDYNAMICS
59 return body.GetVelocity(); in GetVelocity()
305 wheel_velocity[i] = body.GetVelocity(wheel_position[i] - body.GetPosition()); in UpdateWheelVelocity()
H A Dcar.h91 dynamics.GetVelocity().Magnitude() : dynamics.GetSpeedMPS(); in GetSpeedometer()
143 MATHVECTOR<float,3> GetVelocity() const in GetVelocity() function
146 vel = dynamics.GetVelocity(); in GetVelocity()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mobility/test/
H A Dsteady-state-random-waypoint-mobility-model-test.cc110 …velocity = std::sqrt (std::pow (model->GetVelocity ().x, 2) + std::pow (model->GetVelocity ().y, 2… in DistribCompare()
130 …velocity = std::sqrt (std::pow (model->GetVelocity ().x, 2) + std::pow (model->GetVelocity ().y, 2… in DistribCompare()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/aero/
H A Dgust.cc55 Gust::GetVelocity(const Vec3& X) const in GetVelocity() function in Gust
58 GetVelocity(X, V); in GetVelocity()
85 bool GetVelocity(const Vec3& X, Vec3& V) const;
117 Gust1D::GetVelocity(const Vec3& X, Vec3& V) const in GetVelocity() function in Gust1D
H A Dwindprof.h69 virtual bool GetVelocity(const Vec3& X, Vec3& V) const;
95 virtual bool GetVelocity(const Vec3& X, Vec3& V) const;
124 virtual bool GetVelocity(const Vec3& X, Vec3& V) const;
H A Dgust.h51 virtual Vec3 GetVelocity(const Vec3& X) const;
52 virtual bool GetVelocity(const Vec3& X, Vec3& V) const = 0;
/dports/games/duel/duel/src/
H A DShip.cpp228 tempVel1 = GetVelocity(); in Update()
229 tempVel2 = gal->ents[gal->ships[sc_i]]->GetVelocity(); in Update()
250 CVec4f pain_v4f = GetVelocity() - gal->ents[gal->ships[sc_i]]->GetVelocity(); in Update()
268 tempVel1 = GetVelocity(); in Update()
269 tempVel2 = gal->ents[gal->inerts[sc_i]]->GetVelocity(); in Update()
291 CVec4f pain_v4f = GetVelocity() - gal->ents[gal->inerts[sc_i]]->GetVelocity(); in Update()
H A DInert.cpp52 tempVel1 = GetVelocity(); in Update()
53 tempVel2 = gal->ents[gal->inerts[sc_i]]->GetVelocity(); in Update()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDPhysicsRigidBodyInstance.h100 FCDParameterAnimatableVector3& GetVelocity() { return velocity; } in GetVelocity() function
101 const FCDParameterAnimatableVector3& GetVelocity() const { return velocity; } /**< See above. */ in GetVelocity() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDPhysicsRigidBodyInstance.h100 FCDParameterAnimatableVector3& GetVelocity() { return velocity; } in GetVelocity() function
101 const FCDParameterAnimatableVector3& GetVelocity() const { return velocity; } /**< See above. */ in GetVelocity() function
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DScrollAnimationMSDPhysics.cpp100 return nsSize(NSToCoordRound(mModelX.GetVelocity()), in VelocityAt()
101 NSToCoordRound(mModelY.GetVelocity())); in VelocityAt()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAxisPhysicsModel.cpp43 double AxisPhysicsModel::GetVelocity() const { in GetVelocity() function in mozilla::layers::AxisPhysicsModel
58 mNextState.v = GetVelocity(); in SetPosition()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/notetrack/ui/
H A DNoteTrackSliderHandles.cpp44 return GetNoteTrack()->GetVelocity(); in GetValue()
79 value = pTrack->GetVelocity(); in Tip()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DScrollAnimationMSDPhysics.cpp118 return nsSize(NSToCoordRound(mModelX.GetVelocity()), in VelocityAt()
119 NSToCoordRound(mModelY.GetVelocity())); in VelocityAt()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAxisPhysicsModel.cpp43 double AxisPhysicsModel::GetVelocity() const { in GetVelocity() function in mozilla::layers::AxisPhysicsModel
58 mNextState.v = GetVelocity(); in SetPosition()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAxisPhysicsModel.cpp43 double AxisPhysicsModel::GetVelocity() const { in GetVelocity() function in mozilla::layers::AxisPhysicsModel
58 mNextState.v = GetVelocity(); in SetPosition()

1234567891011