torcs - 1.2.2

src/modules/track/track2.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 track2.cpp:

Include dependency graph

Defines

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

Functions

void ReadTrack2 (tTrack *theTrack, void *TrackHandle, tRoadCam **camList, int ext)

Define Documentation

#define MAX_TMP_INTS   256
 

#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 ReadTrack2 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 doxygen 1.3.3 written by Dimitri van Heesch, © 1997-1999
TORCS © Eric Espié 1999, 2002.