Home
last modified time | relevance | path

Searched refs:targetPosition (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dattackjob.cpp95 targetPosition (targetPosition_), in cAttackJob()
131 targetPosition = message.popPosition(); in cAttackJob()
180 message->pushPosition (targetPosition); in serialize()
247 auto dx = (float) (targetPosition.x() - aggressorPosition.x()); in calcFireDir()
248 auto dy = (float) - (targetPosition.y() - aggressorPosition.y()); in calcFireDir()
484 destroyed = impactSingle (targetPosition); in impact()
496 destroyed = destroyed || impactSingle (targetPosition, &targets); in impactCluster()
500 destroyed = destroyed || impactSingle (targetPosition + cPosition (-1, 0), &targets); in impactCluster()
501 destroyed = destroyed || impactSingle (targetPosition + cPosition (+1, 0), &targets); in impactCluster()
594 bool playSound = client->getActivePlayer().canSeeAt (targetPosition); in impactSingle()
[all …]
/dports/devel/bullet/bullet3-3.21/data/quadruped/vision/
H A Dvision.py153 targetPosition=motA_rf,
158 targetPosition=motB_rf,
163 targetPosition=motC_rf,
180 targetPosition=motA_lf,
185 targetPosition=motB_lf,
190 targetPosition=motC_lf,
207 targetPosition=motA_rb,
212 targetPosition=motB_rb,
217 targetPosition=motC_rb,
234 targetPosition=motA_lb,
[all …]
/dports/devel/py-bullet3/bullet3-3.21/data/quadruped/vision/
H A Dvision.py153 targetPosition=motA_rf,
158 targetPosition=motB_rf,
163 targetPosition=motC_rf,
180 targetPosition=motA_lf,
185 targetPosition=motB_lf,
190 targetPosition=motC_lf,
207 targetPosition=motA_rb,
212 targetPosition=motB_rb,
217 targetPosition=motC_rb,
234 targetPosition=motA_lb,
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A DhumanoidMotionCapture.py156 targetPosition = [0] variable
159 targetPosition = [ variable
164 print("spherical position: ", targetPosition)
170 targetPosition = [startPose[index0]] variable
173 print("revolute:", targetPosition)
181 targetPosition = [0] variable
184 targetPosition = [0, 0, 0, 1] variable
188 targetPosition,
196 targetPosition,
204 targetPosition,
[all …]
H A DpdControl.py23 p.setJointMotorControl2(pole, i, p.POSITION_CONTROL, targetPosition=0, force=0)
24 p.setJointMotorControl2(pole2, i, p.POSITION_CONTROL, targetPosition=0, force=0)
25 p.setJointMotorControl2(pole3, i, p.POSITION_CONTROL, targetPosition=0, force=0)
26 p.setJointMotorControl2(pole4, i, p.POSITION_CONTROL, targetPosition=0, force=0)
111 targetPosition=desiredPosCart,
120 targetPosition=desiredPosPole,
136 targetPosition=desiredPosCart,
144 targetPosition=desiredPosPole,
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DhumanoidMotionCapture.py156 targetPosition = [0] variable
159 targetPosition = [ variable
164 print("spherical position: ", targetPosition)
170 targetPosition = [startPose[index0]] variable
173 print("revolute:", targetPosition)
181 targetPosition = [0] variable
184 targetPosition = [0, 0, 0, 1] variable
188 targetPosition,
196 targetPosition,
204 targetPosition,
[all …]
H A Dquadruped_playback.py122 targetPosition=motorDir[0] * record[7],
129 targetPosition=motorDir[1] * record[8],
136 targetPosition=motorDir[2] * record[9],
143 targetPosition=motorDir[3] * record[10],
150 targetPosition=motorDir[4] * record[11],
157 targetPosition=motorDir[5] * record[12],
164 targetPosition=motorDir[6] * record[13],
171 targetPosition=motorDir[7] * record[14],
H A DpdControl.py23 p.setJointMotorControl2(pole, i, p.POSITION_CONTROL, targetPosition=0, force=0)
24 p.setJointMotorControl2(pole2, i, p.POSITION_CONTROL, targetPosition=0, force=0)
25 p.setJointMotorControl2(pole3, i, p.POSITION_CONTROL, targetPosition=0, force=0)
26 p.setJointMotorControl2(pole4, i, p.POSITION_CONTROL, targetPosition=0, force=0)
111 targetPosition=desiredPosCart,
120 targetPosition=desiredPosPole,
136 targetPosition=desiredPosCart,
144 targetPosition=desiredPosPole,
H A Dquadruped.py322 targetPosition=motordir[0] * 1.57,
329 targetPosition=motordir[1] * 1.57,
336 targetPosition=motordir[2] * 1.57,
343 targetPosition=motordir[3] * 1.57,
350 targetPosition=motordir[4] * 1.57,
357 targetPosition=motordir[5] * 1.57,
364 targetPosition=motordir[6] * 1.57,
371 targetPosition=motordir[7] * 1.57,
413 targetPosition=motordir[0] * target,
420 targetPosition=motordir[1] * target,
[all …]
H A Dhumanoid_knee_position_control.py27 p.setJointMotorControl2(human, i, p.POSITION_CONTROL, targetPosition=0, force=500)
45 targetPosition=kneeAngleTarget,
52 targetPosition=kneeAngleTargetLeft,
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Activities/Air/
H A DLand.cs32 WPos targetPosition; field in OpenRA.Mods.Common.Activities.Land
109 targetPosition = target.CenterPosition + offset; in Tick()
110 landingCell = self.World.Map.CellContaining(targetPosition); in Tick()
113 if ((targetPosition - pos).LengthSquared == 0) in Tick()
131 targetPosition = target.CenterPosition + offset; in Tick()
132 landingCell = self.World.Map.CellContaining(targetPosition); in Tick()
139 if ((pos - targetPosition).HorizontalLengthSquared != 0) in Tick()
141 QueueChild(new Fly(self, Target.FromPos(targetPosition))); in Tick()
165 var approachStart = targetPosition + new WVec(0, landDistance, altitude).Rotate(rotation); in Tick()
243 var d = targetPosition - pos; in Tick()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Dtrianglemousefilter.cpp21 const auto targetPosition = mapToItem(m_interceptedHoverItem, m_lastCursorPosition); in TriangleMouseFilter() local
22 QHoverEvent e(QEvent::HoverEnter, targetPosition, targetPosition); in TriangleMouseFilter()
79 const auto targetPosition = mapToItem(m_interceptedHoverItem, position); in childMouseEventFilter() local
80 QHoverEvent e(QEvent::HoverEnter, targetPosition, targetPosition); in childMouseEventFilter()
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkTanglegramItem.cxx272 double targetPosition[2] = { 0, 0 }; in PaintCorrespondenceLines() local
273 if (!this->Dendrogram2->GetPositionOfVertex(target, targetPosition)) in PaintCorrespondenceLines()
278 targetEdgePosition[0] = targetPosition[0]; in PaintCorrespondenceLines()
279 targetEdgePosition[1] = targetPosition[1]; in PaintCorrespondenceLines()
289 targetPosition[1] = this->Tree2Bounds[2] - this->Spacing; in PaintCorrespondenceLines()
302 targetPosition[1] = this->Tree2Bounds[2] + (this->LabelWidth2 - stringBounds[2]); in PaintCorrespondenceLines()
310 targetPosition[1] = this->Tree2Bounds[3] + this->Spacing; in PaintCorrespondenceLines()
331 targetPosition[0] = this->Tree2Bounds[1] + this->Spacing; in PaintCorrespondenceLines()
353 targetPosition[0] = this->Tree2Bounds[0] - this->Spacing; in PaintCorrespondenceLines()
378 sourcePosition[0], sourcePosition[1], targetPosition[0], targetPosition[1]); in PaintCorrespondenceLines()
[all …]
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkTanglegramItem.cxx283 double targetPosition[2] = {0, 0}; in PaintCorrespondenceLines() local
289 targetEdgePosition[0] = targetPosition[0]; in PaintCorrespondenceLines()
290 targetEdgePosition[1] = targetPosition[1]; in PaintCorrespondenceLines()
302 targetPosition[1] = this->Tree2Bounds[2] - this->Spacing; in PaintCorrespondenceLines()
316 targetPosition[1] = in PaintCorrespondenceLines()
325 targetPosition[1] = this->Tree2Bounds[3] + this->Spacing; in PaintCorrespondenceLines()
339 targetPosition[1] = in PaintCorrespondenceLines()
362 targetPosition[0] = in PaintCorrespondenceLines()
386 targetPosition[0] = in PaintCorrespondenceLines()
399 targetPosition[0], targetPosition[1]); in PaintCorrespondenceLines()
[all …]
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkTanglegramItem.cxx283 double targetPosition[2] = {0, 0}; in PaintCorrespondenceLines() local
289 targetEdgePosition[0] = targetPosition[0]; in PaintCorrespondenceLines()
290 targetEdgePosition[1] = targetPosition[1]; in PaintCorrespondenceLines()
302 targetPosition[1] = this->Tree2Bounds[2] - this->Spacing; in PaintCorrespondenceLines()
316 targetPosition[1] = in PaintCorrespondenceLines()
325 targetPosition[1] = this->Tree2Bounds[3] + this->Spacing; in PaintCorrespondenceLines()
339 targetPosition[1] = in PaintCorrespondenceLines()
362 targetPosition[0] = in PaintCorrespondenceLines()
386 targetPosition[0] = in PaintCorrespondenceLines()
399 targetPosition[0], targetPosition[1]); in PaintCorrespondenceLines()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Irrlicht/
H A DMemoryFile.cpp56 uint32 targetPosition = relativeMovement ? d_position : 0; in seek() local
57 targetPosition += finalPos; in seek()
59 if (targetPosition > d_size) in seek()
65 d_position = targetPosition; in seek()
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/structure/
H A Dlayer.cpp472 int targetPosition = fromPos; in moveSelectedFrames() local
476 int framePosition = targetPosition - step; in moveSelectedFrames()
485 frame->setPos(targetPosition); in moveSelectedFrames()
486 mKeyFrames.insert(std::make_pair(targetPosition, frame)); in moveSelectedFrames()
487 markFrameAsDirty(targetPosition); in moveSelectedFrames()
490 targetPosition = targetPosition - step; in moveSelectedFrames()
491 if (fromPos < toPos && (targetPosition < fromPos || targetPosition >= toPos)) in moveSelectedFrames()
493 if (fromPos > toPos && (targetPosition > fromPos || targetPosition <= toPos)) in moveSelectedFrames()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/bullet/
H A Dkuka.py61 targetPosition=self.jointPositions[jointIndex],
171 targetPosition=jointPoses[i],
185 targetPosition=self.endEffectorAngle,
190 targetPosition=-fingerAngle,
195 targetPosition=fingerAngle,
201 targetPosition=0,
206 targetPosition=0,
215 targetPosition=motorCommands[action],
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/title/
H A DTitleSequencePlayer.cpp173 void Seek(int32_t targetPosition) override in Seek() argument
175 … if (targetPosition < 0 || targetPosition >= static_cast<int32_t>(_sequence->Commands.size())) in Seek()
179 if (_position >= targetPosition) in Seek()
184 if (_sequence->Commands[targetPosition].Type == TitleScript::Restart) in Seek()
186 targetPosition = 0; in Seek()
189 for (int32_t i = targetPosition; i >= 0; i--) in Seek()
192 … if ((_position == i && _position != targetPosition) || TitleSequenceIsLoadCommand(command)) in Seek()
203 while (_position < targetPosition) in Seek()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Activities/
H A DLeap.cs38 WPos targetPosition; field in OpenRA.Mods.Cnc.Activities.Leap
69 targetPosition = target.CenterPosition; in OnFirstRun()
80 targetPosition = target.CenterPosition; in Tick()
82 … var position = length > 1 ? WPos.Lerp(origin, targetPosition, ticks, length - 1) : targetPosition; in Tick()
/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Dperfectstar.cpp142 if (FocusAbsPosN[0].value < targetPosition) in TimerHit()
147 if (std::abs((int64_t)simPosition - (int64_t)targetPosition) < 500) in TimerHit()
149 FocusAbsPosN[0].value = targetPosition; in TimerHit()
157 if (status == PS_HALT && targetPosition == FocusAbsPosN[0].value) in TimerHit()
242 targetPosition = targetTicks; in MoveAbsFocuser()
342 targetPosition = ticks; in setPosition()
472 if (targetPosition < FocusAbsPosN[0].value) in setStatus()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dgmath.cpp43 targetPosition = GuiderUtils::Vector(0); in cgmath()
124 targetPosition = GuiderUtils::Vector(x, y, 0); in setTargetPosition()
133 *x = targetPosition.x; in getTargetPosition()
134 *y = targetPosition.y; in getTargetPosition()
391 gpg->suspended(guideStarPosition, targetPosition, in performProcessing()
434 targetPositionArcSec = calibration.convertToArcseconds(targetPosition); in performProcessing()
437 qCDebug(KSTARS_EKOS_GUIDE) << "Reticle X : " << targetPosition.x << " Y :" << targetPosition.y; in performProcessing()
460 targetPosition.x, targetPosition.y, in performProcessing()
494 data.dx = starPosition.x - targetPosition.x; in performProcessing()
495 data.dy = starPosition.y - targetPosition.y; in performProcessing()
/dports/net/p5-perl-ldap/perl-ldap-0.68/lib/Net/LDAP/Control/
H A DVLVResponse.pm24 $asn->{targetPosition} = $self->{target} || 0;
38 return $self->{asn}{targetPosition} = shift;
40 $self->{asn}{targetPosition};
/dports/graphics/krita/krita-4.4.8/libs/libqml/qml/
H A DOpenImagePageStack.qml44 var targetPosition = item.mapToItem(screenScroller, item.x, item.y);
45 if (targetPosition.y > base.height * 0.5) {
46 screenScroller.contentY = targetPosition.y - base.height / 2;
H A DSaveImagePageStack.qml44 var targetPosition = item.mapToItem(screenScroller, item.x, item.y);
45 if (targetPosition.y > base.height * 0.5) {
46 screenScroller.contentY = targetPosition.y - base.height / 2;

12345678910>>...14