![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtTrafficControlDevice |
| class | DtLaneSegment |
| struct | DtLaneSegment::DtLaneGeometry |
| class | DtRoadSegment |
| class | DtRoadSegment::DtTmpGeometry |
Macros | |
| #define | DT_ROAD_SEGMENT_NO_LANE -1 |
| #define | CENTERLINE_EPSILON 0.001 |
Typedefs | |
| typedef std::list < DtRoadSegment * > | DtRoadSegmentList |
Enumerations | |
| enum | DtRoadSegmentPart { DtUnknownSection = 0, DtEntryCurve = 1, DtStraightSection = 2, DtExitCurve = 3 } |
| #define DT_ROAD_SEGMENT_NO_LANE -1 |
for forward reference
A constant to indicate a lane does not connect to a lane in the connecting segment.
| #define CENTERLINE_EPSILON 0.001 |
Center Line radius epsilon (value to compare with 0)
| typedef std::list<DtRoadSegment *> DtRoadSegmentList |
| enum DtRoadSegmentPart |