torcs - 1.2.2

src/modules/track/track0.cpp File Reference

#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <tgf.h>
#include <track.h>
#include "trackinc.h"

Include dependency graph for track0.cpp:

Include dependency graph

Defines

#define TSTX(x)
#define TSTY(y)
#define TSTZ(z)

Functions

void ReadTrack0 (tTrack *theTrack, void *TrackHandle, tRoadCam **camList)

Define Documentation

#define TSTX x   ) 
 

Value:

if (xmin > (x)) xmin = (x);     \
    if (xmax < (x)) xmax = (x);

#define TSTY y   ) 
 

Value:

if (ymin > (y)) ymin = (y);     \
    if (ymax < (y)) ymax = (y);

#define TSTZ z   ) 
 

Value:

if (zmin > (z)) zmin = (z);     \
    if (zmax < (z)) zmax = (z);


Function Documentation

void ReadTrack0 tTrack theTrack,
void *  TrackHandle,
tRoadCam **  camList
 

Here is the call graph for this function:


Generated at Thu Feb 26 21:53:54 2004 for torcs by doxygen 1.3.3 written by Dimitri van Heesch, © 1997-1999
TORCS © Eric Espié 1999, 2002.