24 #ifndef _ROBOTTOOLS_H_ 25 #define _ROBOTTOOLS_H_ 30 #define RELAXATION2(target, prev, rate) \ 34 target = (prev) + (rate) * ((target) - (prev)) * 0.01; \ 38 #define RELAXATION(target, prev, rate) \ 40 target = (prev) + (rate) * ((target) - (prev)) * 0.01; \
Scalar max(Scalar x, Scalar y)
Location on the track in local coordinates.
int main(int argc, char *argv[])
float tdble
Floating point type used in TORCS.
This is the car structure.
Scalar min(Scalar x, Scalar y)
Track segment (tTrackSeg) The segments can be straights (type TR_STR): (the track goes from the right...
int track(tModInfo *modInfo)
Track Structure and Track Loader Module Definition.