Home
last modified time | relevance | path

Searched refs:OVERTAKEDIST (Results 1 – 18 of 18) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dmycar.h95 static const double OVERTAKEDIST; /* planned distance of CG's while overtaking [m] */ variable
H A Dmycar.cpp38 const double MyCar::OVERTAKEDIST = 4.0; /* planning distance of CG's while overtaking [m] */ member in MyCar
H A Dpathfinder.cpp1286 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1288 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1305 y[1] = d + myc->OVERTAKEDIST*cartocarsgn; in overtake()
1313 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1315 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dmycar.h95 static const double OVERTAKEDIST; /* planned distance of CG's while overtaking [m] */ variable
H A Dmycar.cpp38 const double MyCar::OVERTAKEDIST = 4.0; /* planning distance of CG's while overtaking [m] */ member in MyCar
H A Dpathfinder.cpp1286 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1288 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1305 y[1] = d + myc->OVERTAKEDIST*cartocarsgn; in overtake()
1313 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1315 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dmycar.h97 static const double OVERTAKEDIST; // Planned distance of CG's while overtaking [m]. variable
H A Dpathfinder.cpp970 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
972 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
995 y[1] = d + myc->OVERTAKEDIST*cartocarsgn; in overtake()
1011 y[1] = d + (myc->OVERTAKEDIST+o[collcarindex].width/2.0)*pathtocarsgn; in overtake()
1017 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
H A Dmycar.cpp35 const double MyCar::OVERTAKEDIST = 4.0; // Planning distance of CG's while overtaking [m]. member in MyCar
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dmycar.h97 static const double OVERTAKEDIST; // Planned distance of CG's while overtaking [m]. variable
H A Dpathfinder.cpp970 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
972 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
995 y[1] = d + myc->OVERTAKEDIST*cartocarsgn; in overtake()
1011 y[1] = d + (myc->OVERTAKEDIST+o[collcarindex].width/2.0)*pathtocarsgn; in overtake()
1017 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
H A Dmycar.cpp35 const double MyCar::OVERTAKEDIST = 4.0; // Planning distance of CG's while overtaking [m]. member in MyCar
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dmycar.h97 static const double OVERTAKEDIST; // Planned distance of CG's while overtaking [m]. variable
H A Dpathfinder.cpp970 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
972 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
995 y[1] = d + myc->OVERTAKEDIST*cartocarsgn; in overtake()
1011 y[1] = d + (myc->OVERTAKEDIST+o[collcarindex].width/2.0)*pathtocarsgn; in overtake()
1017 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
H A Dmycar.cpp35 const double MyCar::OVERTAKEDIST = 4.0; // Planning distance of CG's while overtaking [m]. member in MyCar
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dmycar.h95 static const double OVERTAKEDIST; /* planned distance of CG's while overtaking [m] */ variable
H A Dmycar.cpp38 const double MyCar::OVERTAKEDIST = 4.0; /* planning distance of CG's while overtaking [m] */ member in MyCar
H A Dpathfinder.cpp1286 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1288 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1305 y[1] = d + myc->OVERTAKEDIST*cartocarsgn; in overtake()
1313 y[1] = d + myc->OVERTAKEDIST*pathtocarsgn; in overtake()
1315 y[1] = d - myc->OVERTAKEDIST*pathtocarsgn; in overtake()