TORCS  1.3.9
The Open Racing Car Simulator
trackBarrier Struct Reference

Barrier. More...

#include <track.h>

Collaboration diagram for trackBarrier:

Public Attributes

int style
 Barrier style. More...
 
tdble width
 Barrier width. More...
 
tdble height
 Barrier height. More...
 
tTrackSurfacesurface
 Barrier surface. More...
 
vec2f normal
 

Detailed Description

Barrier.

Definition at line 259 of file track.h.

Member Data Documentation

◆ height

tdble trackBarrier::height

Barrier height.

Definition at line 262 of file track.h.

◆ normal

vec2f trackBarrier::normal

Definition at line 264 of file track.h.

◆ style

int trackBarrier::style

Barrier style.

Definition at line 260 of file track.h.

◆ surface

tTrackSurface* trackBarrier::surface

Barrier surface.

Definition at line 263 of file track.h.

◆ width

tdble trackBarrier::width

Barrier width.

Definition at line 261 of file track.h.


The documentation for this struct was generated from the following file: