Home
last modified time | relevance | path

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

/dports/games/torcs/torcs-1.3.7/src/libs/robottools/
H A Drttrack.cpp107 case TR_RGT: in RtTrackLocal2Global()
160 case TR_RGT: in RtTrackLocal2Global()
199 case TR_RGT: in RtTrackLocal2Global()
290 case TR_RGT: in RtTrackGlobal2Local()
531 if (side == TR_RGT) { in RtTrackSideNormalG()
539 case TR_RGT: in RtTrackSideNormalG()
552 if (side == TR_RGT) { in RtTrackSideNormalG()
582 case TR_RGT: in RtTrackSideTgAngleL()
/dports/games/torcs/torcs-1.3.7/src/modules/track/
H A Dtrack4.cpp520 type = TR_RGT; in CreateSegRing()
795 case TR_RGT: in CreateSegRing()
797 curSeg->type = TR_RGT; in CreateSegRing()
1008 pits->side = TR_RGT; in ReadTrack4()
1056 case TR_RGT: in ReadTrack4()
1076 case TR_RGT: in ReadTrack4()
1098 case TR_RGT: in ReadTrack4()
1489 case TR_RGT: in commonSideInit()
1490 initSideForTurn(TR_RGT, curBorder, curSeg, side, bankingtype, startwidth, endwidth, maxWidth); in commonSideInit()
H A Dtrack3.cpp394 case TR_RGT: in AddSides()
627 case TR_RGT: in AddSides()
916 type = TR_RGT; in CreateSegRing3()
1183 case TR_RGT: in CreateSegRing3()
1185 curSeg->type = TR_RGT; in CreateSegRing3()
1391 pits->side = TR_RGT; in ReadTrack3()
1434 case TR_RGT: in ReadTrack3()
1458 case TR_RGT: in ReadTrack3()
1480 case TR_RGT: in ReadTrack3()
/dports/games/torcs/torcs-1.3.7/src/drivers/damned/
H A Ddriver.cpp485 float arcsign = (seg->type == TR_RGT) ? -1.0f : 1.0f; in getTargetPoint()
581 case TR_RGT: in getOffset()
878 float sign = (car->_trkPos.seg->type == TR_RGT) ? 1.0f : -1.0f; in filterSColl()
987 float sign = (seg->type == TR_RGT) ? -1.0f : 1.0f; in filterTrk()
H A Dlearn.cpp87 if (lastturn == TR_RGT) { in update()
/dports/games/torcs/torcs-1.3.7/src/drivers/bt/
H A Ddriver.cpp485 float arcsign = (seg->type == TR_RGT) ? -1.0f : 1.0f; in getTargetPoint()
581 case TR_RGT: in getOffset()
878 float sign = (car->_trkPos.seg->type == TR_RGT) ? 1.0f : -1.0f; in filterSColl()
987 float sign = (seg->type == TR_RGT) ? -1.0f : 1.0f; in filterTrk()
H A Dlearn.cpp87 if (lastturn == TR_RGT) { in update()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dtrackdesc.cpp51 if (s->type == TR_RGT) { in init()
66 } else if (type == TR_RGT) { in init()
H A Dpathfinder.cpp428 if (prevtype == TR_RGT) { in initStraight()
460 if (prevtype == TR_RGT) { in initStraight()
636 case TR_RGT: in plan()
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dtrackdesc.cpp47 if (s->type == TR_RGT) { in init()
62 } else if (type == TR_RGT) { in init()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dtrackdesc.cpp51 if (s->type == TR_RGT) { in init()
66 } else if (type == TR_RGT) { in init()
H A Dpathfinder.cpp428 if (prevtype == TR_RGT) { in initStraight()
460 if (prevtype == TR_RGT) { in initStraight()
636 case TR_RGT: in plan()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dtrackdesc.cpp51 if (s->type == TR_RGT) { in init()
66 } else if (type == TR_RGT) { in init()
H A Dpathfinder.cpp428 if (prevtype == TR_RGT) { in initStraight()
460 if (prevtype == TR_RGT) { in initStraight()
636 case TR_RGT: in plan()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dtrackdesc.cpp47 if (s->type == TR_RGT) { in init()
62 } else if (type == TR_RGT) { in init()
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dtrackdesc.cpp47 if (s->type == TR_RGT) { in init()
62 } else if (type == TR_RGT) { in init()
/dports/games/torcs/torcs-1.3.7/src/tools/trackgen/
H A Dtrack.cpp112 case TR_RGT: in initPits()
137 case TR_RGT: in initPits()
591 case TR_RGT: in InitScene()
702 case TR_RGT: in InitScene()
985 case TR_RGT: in InitScene()
1241 case TR_RGT: in InitScene()
1527 case TR_RGT: in InitScene()
1778 case TR_RGT: in InitScene()
2000 case TR_RGT: in InitScene()
2278 case TR_RGT: in InitScene()
[all …]
H A Deasymesh.cpp1900 case TR_RGT: in GetTrackOrientation()
2028 case TR_RGT: in GenerateMesh()
2111 case TR_RGT: in GenerateMesh()
/dports/games/torcs/torcs-1.3.7/src/libs/raceengineclient/
H A Draceengine.cpp195 if (ReInfo->track->pits.side == TR_RGT) { in ReManage()
471 } else if (mainseg->type == TR_RGT) { in ReRaceRules()
472 if (!(pit && (pitInfo.side == TR_RGT))) { in ReRaceRules()
H A Draceinit.cpp388 case TR_RGT: in initStartingGrid()
/dports/games/torcs/torcs-1.3.7/src/drivers/olethros/
H A Dlearn.cpp195 case TR_RGT: in update()
233 if (lastturn == TR_RGT) { in update()
H A Ddriver.cpp1066 float arcsign = (seg->type == TR_RGT) ? -1.0 : 1.0; in getTargetPoint()
1180 case TR_RGT: in getOffset()
1617 float sign = (car->_trkPos.seg->type == TR_RGT) ? 1.0 : -1.0; in filterSColl()
1806 if ((seg->type == TR_RGT) ||(car->_steerCmd < 0.1f)) { in filterTrk()
2229 if (curve->type==TR_RGT) { in FindStraightTarget()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dtrack.h286 #define TR_RGT 1 /**< Right curve */ macro
/dports/games/torcs/torcs-1.3.7/src/drivers/sparkle/
H A Ddriver.cpp329 float arcsign = (seg->type == TR_RGT) ? -1.0 : 1.0; in getTargetPoint()
656 float sign = (seg->type == TR_RGT) ? -1.0 : 1.0; in filterTrk()
/dports/games/torcs/torcs-1.3.7/src/drivers/human/
H A Dhuman.cpp857 else if (car->_trkPos.seg->type == TR_RGT && angle > 0.0) in common_drive()