 |
torcs - 1.2.2 |
 |
src/modules/track/track4.cpp File Reference
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <tgf.h>
#include <robottools.h>
#include <track.h>
#include "trackinc.h"
Include dependency graph for track4.cpp:
Define Documentation
|
Value: do { \
if (xmin > (x)) xmin = (x); \
if (xmax < (x)) xmax = (x); \
} while (0)
|
|
Value: do { \
if (ymin > (y)) ymin = (y); \
if (ymax < (y)) ymax = (y); \
} while (0)
|
|
Value: do { \
if (zmin > (z)) zmin = (z); \
if (zmax < (z)) zmax = (z); \
} while (0)
|
Function Documentation
void ReadTrack4 |
( |
tTrack * |
theTrack, |
|
|
void * |
TrackHandle, |
|
|
tRoadCam ** |
camList, |
|
|
int |
ext |
|
) |
|
|
Here is the call graph for this function:
Generated at Thu Feb 26 21:53:54 2004 for torcs by
1.3.3 written by Dimitri van Heesch,
© 1997-1999
TORCS © Eric Espié 1999, 2002.