TORCS  1.3.9
The Open Racing Car Simulator
trackSurface Struct Reference

Surface. More...

#include <track.h>

Collaboration diagram for trackSurface:

Public Attributes

struct trackSurfacenext
 Next surface in list. More...
 
const char * material
 Type of material used. More...
 
tdble kFriction
 Coefficient of friction. More...
 
tdble kRebound
 Coefficient of energy restitution. More...
 
tdble kRollRes
 Rolling resistance. More...
 
tdble kRoughness
 Roughtness in m of the surface (wave height) More...
 
tdble kRoughWaveLen
 Wave length in m of the surface. More...
 
tdble kDammage
 Dammages in case of collision. More...
 

Detailed Description

Surface.

Definition at line 242 of file track.h.

Member Data Documentation

◆ kDammage

tdble trackSurface::kDammage

Dammages in case of collision.

Definition at line 252 of file track.h.

◆ kFriction

tdble trackSurface::kFriction

Coefficient of friction.

Definition at line 247 of file track.h.

◆ kRebound

tdble trackSurface::kRebound

Coefficient of energy restitution.

Definition at line 248 of file track.h.

◆ kRollRes

tdble trackSurface::kRollRes

Rolling resistance.

Definition at line 249 of file track.h.

◆ kRoughness

tdble trackSurface::kRoughness

Roughtness in m of the surface (wave height)

Definition at line 250 of file track.h.

◆ kRoughWaveLen

tdble trackSurface::kRoughWaveLen

Wave length in m of the surface.

Definition at line 251 of file track.h.

◆ material

const char* trackSurface::material

Type of material used.

Definition at line 245 of file track.h.

◆ next

struct trackSurface* trackSurface::next

Next surface in list.

Definition at line 243 of file track.h.


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