Home
last modified time | relevance | path

Searched refs:currentVelocity (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/particleadvection/
H A DIntegrators.h95 vtkm::Vec<FieldType, 3> velocity, currentVelocity; in PushOutOfBoundary() local
96 CheckStep(inpos, 0.0f, time, currentVelocity); in PushOutOfBoundary()
110 currentVelocity[0] = velocity[0]; in PushOutOfBoundary()
111 currentVelocity[1] = velocity[1]; in PushOutOfBoundary()
112 currentVelocity[2] = velocity[2]; in PushOutOfBoundary()
126 Evaluator.GetSpatialBoundary(currentVelocity, spatialBoundary); in PushOutOfBoundary()
127 FieldType hx = (vtkm::Abs(spatialBoundary[0] - inpos[0])) / vtkm::Abs(currentVelocity[0]); in PushOutOfBoundary()
128 FieldType hy = (vtkm::Abs(spatialBoundary[1] - inpos[1])) / vtkm::Abs(currentVelocity[1]); in PushOutOfBoundary()
129 FieldType hz = (vtkm::Abs(spatialBoundary[2] - inpos[2])) / vtkm::Abs(currentVelocity[2]); in PushOutOfBoundary()
133 outpos = inpos + stepLength * currentVelocity; in PushOutOfBoundary()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/alertingDashboards/node_modules/react-motion/lib/
H A DMotion.js.flow17 currentVelocity: Velocity,
47 const currentVelocity = mapToZero(currentStyle);
50 currentVelocity,
52 lastIdealVelocity: currentVelocity,
67 let {currentStyle, currentVelocity, lastIdealStyle, lastIdealVelocity} = this.state;
79 currentVelocity = {...currentVelocity};
85 currentVelocity[key] = 0;
92 this.setState({currentStyle, currentVelocity, lastIdealStyle, lastIdealVelocity});
105 this.state.currentVelocity,
197 currentVelocity: newCurrentVelocity,
H A DshouldStopAnimation.js.flow9 currentVelocity: Velocity,
16 if (currentVelocity[key] !== 0) {
/dports/games/kolf/kolf-21.12.3/
H A Dball.cpp166 const double currentVelocity = Vector(velocity()).magnitude(); in collisionDetect() local
167 const double velocityChange = qAbs(initialVelocity - currentVelocity); in collisionDetect()
169 if(currentVelocity < minSpeed && velocityChange < minSpeed && currentVelocity) in collisionDetect()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DAsyncScrollBase.cpp23 nsSize currentVelocity = aCurrentVelocity; in Update() local
35 currentVelocity = VelocityAt(aTime); in Update()
42 InitTimingFunction(mTimingFunctionX, mStartPos.x, currentVelocity.width, in Update()
44 InitTimingFunction(mTimingFunctionY, mStartPos.y, currentVelocity.height, in Update()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DScrollAnimationBezierPhysics.cpp25 nsSize currentVelocity = aCurrentVelocity; in Update() local
36 currentVelocity = VelocityAt(aTime); in Update()
43 InitTimingFunction(mTimingFunctionX, mStartPos.x, currentVelocity.width, in Update()
45 InitTimingFunction(mTimingFunctionY, mStartPos.y, currentVelocity.height, in Update()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DScrollAnimationBezierPhysics.cpp25 nsSize currentVelocity = aCurrentVelocity; in Update() local
36 currentVelocity = VelocityAt(aTime); in Update()
43 InitTimingFunction(mTimingFunctionX, mStartPos.x, currentVelocity.width, in Update()
45 InitTimingFunction(mTimingFunctionY, mStartPos.y, currentVelocity.height, in Update()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DScrollAnimationBezierPhysics.cpp25 nsSize currentVelocity = aCurrentVelocity; in Update() local
36 currentVelocity = VelocityAt(aTime); in Update()
43 InitTimingFunction(mTimingFunctionX, mStartPos.x, currentVelocity.width, in Update()
45 InitTimingFunction(mTimingFunctionY, mStartPos.y, currentVelocity.height, in Update()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DScrollAnimationBezierPhysics.cpp25 nsSize currentVelocity = aCurrentVelocity; in Update() local
36 currentVelocity = VelocityAt(aTime); in Update()
43 InitTimingFunction(mTimingFunctionX, mStartPos.x, currentVelocity.width, in Update()
45 InitTimingFunction(mTimingFunctionY, mStartPos.y, currentVelocity.height, in Update()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DScrollAnimationBezierPhysics.cpp25 nsSize currentVelocity = aCurrentVelocity; in Update() local
36 currentVelocity = VelocityAt(aTime); in Update()
43 InitTimingFunction(mTimingFunctionX, mStartPos.x, currentVelocity.width, in Update()
45 InitTimingFunction(mTimingFunctionY, mStartPos.y, currentVelocity.height, in Update()
/dports/astro/marble/marble-21.12.3/src/plugins/positionprovider/geoclue/GeoCute/
H A DVelocityProvider.cpp35 currentVelocity = newVelocity; in velocityChangedCall()
55 return d->currentVelocity; in velocity()
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/Featherstone/
H A DbtMultiBodyJointMotor.cpp134 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
137 btScalar velocityError = (m_desiredVelocity - currentVelocity); in createConstraintRows()
138 btScalar rhs = m_kp * positionStabiliationTerm + currentVelocity + m_kd * velocityError; in createConstraintRows()
H A DbtMultiBodySphericalJointMotor.cpp142 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
146 btScalar velocityError = (desiredVelocity - currentVelocity) * kd; in createConstraintRows()
H A DbtMultiBodyGearConstraint.cpp123 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
130 currentVelocity += auxVel; in createConstraintRows()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/Featherstone/
H A DbtMultiBodyJointMotor.cpp134 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
137 btScalar velocityError = (m_desiredVelocity - currentVelocity); in createConstraintRows()
138 btScalar rhs = m_kp * positionStabiliationTerm + currentVelocity + m_kd * velocityError; in createConstraintRows()
H A DbtMultiBodySphericalJointMotor.cpp139 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
142 btScalar velocityError = desiredVelocity - currentVelocity; in createConstraintRows()
H A DbtMultiBodyGearConstraint.cpp123 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
130 currentVelocity += auxVel; in createConstraintRows()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Featherstone/
H A DbtMultiBodyJointMotor.cpp134 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
137 btScalar velocityError = (m_desiredVelocity - currentVelocity); in createConstraintRows()
138 btScalar rhs = m_kp * positionStabiliationTerm + currentVelocity + m_kd * velocityError; in createConstraintRows()
H A DbtMultiBodySphericalJointMotor.cpp139 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
142 btScalar velocityError = desiredVelocity - currentVelocity; in createConstraintRows()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Featherstone/
H A DbtMultiBodyJointMotor.cpp134 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
137 btScalar velocityError = (m_desiredVelocity - currentVelocity); in createConstraintRows()
138 btScalar rhs = m_kp * positionStabiliationTerm + currentVelocity + m_kd * velocityError; in createConstraintRows()
H A DbtMultiBodySphericalJointMotor.cpp139 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
142 btScalar velocityError = desiredVelocity - currentVelocity; in createConstraintRows()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/Featherstone/
H A DbtMultiBodyJointMotor.cpp129 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
132 btScalar velocityError = (m_desiredVelocity - currentVelocity); in createConstraintRows()
133 btScalar rhs = m_kp * positionStabiliationTerm + currentVelocity+m_kd * velocityError; in createConstraintRows()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/Featherstone/
H A DbtMultiBodyJointMotor.cpp134 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
137 btScalar velocityError = (m_desiredVelocity - currentVelocity); in createConstraintRows()
138 btScalar rhs = m_kp * positionStabiliationTerm + currentVelocity + m_kd * velocityError; in createConstraintRows()
H A DbtMultiBodySphericalJointMotor.cpp142 btScalar currentVelocity = m_bodyA->getJointVelMultiDof(m_linkA)[dof]; in createConstraintRows() local
146 btScalar velocityError = (desiredVelocity - currentVelocity) * kd; in createConstraintRows()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/View/+mobile/
H A DTabBarView.qml55 let currentVelocity = mouse.x - previousPosX
56 velocity = (velocity + currentVelocity) / 2.0

12