JME - Application Documentation
Preparing search index...
includes/types/simulation
RouteSegment
Type Alias RouteSegment
A single segment of a vehicle's route through the junction network
type
RouteSegment
=
{
from
:
Node
;
phase
:
SegmentPhase
;
points
:
Tuple3
[]
;
to
:
Node
;
}
Index
Properties
from
phase
points
to
Properties
from
from
:
Node
phase
phase
:
SegmentPhase
points
points
:
Tuple3
[]
to
to
:
Node
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
phase
points
to
JME - Application Documentation
Loading...
A single segment of a vehicle's route through the junction network