|
Model Railroad System 2.2.2
|
Segemnt structure. More...
#include <TrackGraph.h>
Public Types | |
| enum | GrType { S , C , J } |
| Graphic types. More... | |
Public Attributes | |
| GrType | tgType |
| Segment type. More... | |
| SegPos | gPos1 |
| First graphic position. More... | |
| SegPos | gPos2 |
| Second graphic position. More... | |
| SegPos | ePos1 |
| First end point position. More... | |
| SegPos | ePos2 |
| Second end point position. More... | |
| float | radius |
| Radius value. More... | |
| float | ang0 |
| First angle. More... | |
| float | ang1 |
| Second angle. More... | |
| float | R |
| $R$ value. More... | |
| float | L |
| $L$ value. More... | |
| float | angle |
| An angle. More... | |
| float | len0 |
| First length parameter. More... | |
| float | len1 |
| Second length parameter. More... | |
| float | length |
| Length of segment. More... | |
Segemnt structure.
| float Parsers::SegVector::ang0 |
First angle.
| float Parsers::SegVector::ang1 |
Second angle.
| float Parsers::SegVector::angle |
An angle.
| SegPos Parsers::SegVector::ePos1 |
First end point position.
| SegPos Parsers::SegVector::ePos2 |
Second end point position.
| SegPos Parsers::SegVector::gPos1 |
First graphic position.
| SegPos Parsers::SegVector::gPos2 |
Second graphic position.
| float Parsers::SegVector::L |
$L$ value.
| float Parsers::SegVector::len0 |
First length parameter.
| float Parsers::SegVector::len1 |
Second length parameter.
| float Parsers::SegVector::length |
Length of segment.
| float Parsers::SegVector::R |
$R$ value.
| float Parsers::SegVector::radius |
Radius value.
| GrType Parsers::SegVector::tgType |
Segment type.