Model Railroad System 2.2.2
|
Uncompressed graph edge values. More...
Public Member Functions | |
EdgeValues (int _index=-1, float _x=0.0, float _y=0.0, float _a=0.0, float _length=0.0) | |
Default constructor. More... | |
Public Attributes | |
int | index |
Index of next segment. More... | |
float | x |
X value of edge. More... | |
float | y |
Y value of edge. More... | |
float | a |
A value of edge. More... | |
float | length |
Track length from opposite edge. More... | |
Uncompressed graph edge values.
|
inline |
float Parsers::TrackGraph::EdgeValues::a |
A value of edge.
Referenced by EdgeValues().
int Parsers::TrackGraph::EdgeValues::index |
Index of next segment.
Referenced by EdgeValues().
float Parsers::TrackGraph::EdgeValues::length |
Track length from opposite edge.
Referenced by EdgeValues().
float Parsers::TrackGraph::EdgeValues::x |
X value of edge.
Referenced by EdgeValues().
float Parsers::TrackGraph::EdgeValues::y |
Y value of edge.
Referenced by EdgeValues().