Home
last modified time | relevance | path

Searched refs:restPos (Results 1 – 23 of 23) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/
H A Dsimu.cpp206 …travelTime = DIST(car->restPos.pos.x, car->restPos.pos.y, carElt->_pos_X, carElt->_pos_Y) / PULL_S… in RemoveCar()
207 car->restPos.vel.x = (car->restPos.pos.x - carElt->_pos_X) / travelTime; in RemoveCar()
208 car->restPos.vel.y = (car->restPos.pos.y - carElt->_pos_Y) / travelTime; in RemoveCar()
215 …if ((fabs(car->restPos.pos.x - carElt->_pos_X) < 0.5) && (fabs(car->restPos.pos.y - carElt->_pos_Y… in RemoveCar()
297 RtTrackLocal2Global(&trkPos, &(car->restPos.pos.x), &(car->restPos.pos.y), trkFlag); in RemoveCar()
300 car->restPos.pos.ax = 0; in RemoveCar()
301 car->restPos.pos.ay = 0; in RemoveCar()
303 car->restPos.vel.z = PULL_SPD; in RemoveCar()
304 travelTime = (car->restPos.pos.z + PULL_Z_OFFSET - carElt->_pos_Z) / car->restPos.vel.z; in RemoveCar()
307 car->restPos.vel.az = dang / travelTime; in RemoveCar()
[all …]
H A Dcarstruct.h85 tDynPt restPos; /* target rest position after the car is broken */ member
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv3/
H A Dsimu.cpp220 …travelTime = DIST(car->restPos.pos.x, car->restPos.pos.y, carElt->_pos_X, carElt->_pos_Y) / PULL_S… in RemoveCar()
221 car->restPos.vel.x = (car->restPos.pos.x - carElt->_pos_X) / travelTime; in RemoveCar()
222 car->restPos.vel.y = (car->restPos.pos.y - carElt->_pos_Y) / travelTime; in RemoveCar()
234 …if ((fabs(car->restPos.pos.x - carElt->_pos_X) < 0.5) && (fabs(car->restPos.pos.y - carElt->_pos_Y… in RemoveCar()
246 if (carElt->_pos_Z < car->restPos.pos.z) { in RemoveCar()
298 RtTrackLocal2Global(&trkPos, &(car->restPos.pos.x), &(car->restPos.pos.y), trkFlag); in RemoveCar()
301 car->restPos.pos.ax = 0; in RemoveCar()
302 car->restPos.pos.ay = 0; in RemoveCar()
304 car->restPos.vel.z = PULL_SPD; in RemoveCar()
305 travelTime = (car->restPos.pos.z + PULL_Z_OFFSET - carElt->_pos_Z) / car->restPos.vel.z; in RemoveCar()
[all …]
H A Dcarstruct.h94 tDynPt restPos; /* target rest position after the car is broken */ member
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DSoftBodyNode.cpp1513 Eigen::Vector3d restPos; in makeBoxProperties() local
1544 restPos = beginPts[i]; in makeBoxProperties()
1566 restPos = beginPts[i]; in makeBoxProperties()
1588 restPos = beginPts[i]; in makeBoxProperties()
1603 restPos = x0y0z0; in makeBoxProperties()
1607 restPos[2] = x0y0z0[2]; in makeBoxProperties()
1623 restPos = x1y0z0; in makeBoxProperties()
1643 restPos = x0y0z0; in makeBoxProperties()
1663 restPos = x0y1z0; in makeBoxProperties()
1683 restPos = x0y0z0; in makeBoxProperties()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dlocdispnames.cpp598 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
642 restPos=length; in uloc_getDisplayName()
718 if (length!=restPos) { in uloc_getDisplayName()
721 restLen=length-restPos; in uloc_getDisplayName()
758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dlocdispnames.cpp598 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
642 restPos=length; in uloc_getDisplayName()
718 if (length!=restPos) { in uloc_getDisplayName()
721 restLen=length-restPos; in uloc_getDisplayName()
758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dlocdispnames.cpp590 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
634 restPos=length; in uloc_getDisplayName()
710 if (length!=restPos) { in uloc_getDisplayName()
713 restLen=length-restPos; in uloc_getDisplayName()
750 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dlocdispnames.cpp598 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
642 restPos=length; in uloc_getDisplayName()
718 if (length!=restPos) { in uloc_getDisplayName()
721 restLen=length-restPos; in uloc_getDisplayName()
758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dlocdispnames.cpp586 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
630 restPos=length; in uloc_getDisplayName()
707 if (length!=restPos) { in uloc_getDisplayName()
710 restLen=length-restPos; in uloc_getDisplayName()
747 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dlocdispnames.cpp590 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
634 restPos=length; in uloc_getDisplayName()
710 if (length!=restPos) { in uloc_getDisplayName()
713 restLen=length-restPos; in uloc_getDisplayName()
750 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dlocdispnames.cpp598 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
642 restPos=length; in uloc_getDisplayName()
718 if (length!=restPos) { in uloc_getDisplayName()
721 restLen=length-restPos; in uloc_getDisplayName()
758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dlocdispnames.cpp588 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
632 restPos=length; in uloc_getDisplayName()
709 if (length!=restPos) { in uloc_getDisplayName()
712 restLen=length-restPos; in uloc_getDisplayName()
749 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dlocdispnames.cpp588 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
632 restPos=length; in uloc_getDisplayName()
709 if (length!=restPos) { in uloc_getDisplayName()
712 restLen=length-restPos; in uloc_getDisplayName()
749 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dlocdispnames.cpp598 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
642 restPos=length; in uloc_getDisplayName()
718 if (length!=restPos) { in uloc_getDisplayName()
721 restLen=length-restPos; in uloc_getDisplayName()
758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Dlocdispnames.cpp590 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
634 restPos=length; in uloc_getDisplayName()
710 if (length!=restPos) { in uloc_getDisplayName()
713 restLen=length-restPos; in uloc_getDisplayName()
750 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Dlocdispnames.cpp586 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
630 restPos=length; in uloc_getDisplayName()
707 if (length!=restPos) { in uloc_getDisplayName()
710 restLen=length-restPos; in uloc_getDisplayName()
747 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/devel/icu-lx/icu/source/common/
H A Dlocdispnames.cpp610 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
654 restPos=length; in uloc_getDisplayName()
730 if (length!=restPos) { in uloc_getDisplayName()
733 restLen=length-restPos; in uloc_getDisplayName()
770 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/devel/icu/icu/source/common/
H A Dlocdispnames.cpp610 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
654 restPos=length; in uloc_getDisplayName()
730 if (length!=restPos) { in uloc_getDisplayName()
733 restLen=length-restPos; in uloc_getDisplayName()
770 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dlocdispnames.cpp610 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
654 restPos=length; in uloc_getDisplayName()
730 if (length!=restPos) { in uloc_getDisplayName()
733 restLen=length-restPos; in uloc_getDisplayName()
770 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DODYNARR.cpp350 int DynArray::scan(void* varChar,int varOff,char varType,int restPos) in scan() argument
361 if (restPos) in scan()
/dports/misc/dartsim/dart-6.11.1/tutorials/tutorial_collisions_finished/
H A Dmain.cpp93 Eigen::Vector3d restPos in setupRing() local
97 joint->setRestPosition(j, restPos[j]); in setupRing()
/dports/misc/dartsim/dart-6.11.1/docs/readthedocs/tutorials/
H A Dcollisions.md762 Eigen::Vector3d restPos = BallJoint::convertToPositions(
773 joint->setRestPosition(j, restPos[j]);