JME - Application Documentation
    Preparing search index...

    A single segment of a vehicle's route through the junction network

    type RouteSegment = {
        from: Node;
        phase: SegmentPhase;
        points: Tuple3[];
        to: Node;
    }
    Index

    Properties

    Properties

    from: Node
    points: Tuple3[]
    to: Node