JME - Application Documentation
    Preparing search index...

    Type Alias RoundaboutExitStructure

    Geometry and lane data for a single roundabout exit arm

    type RoundaboutExitStructure = {
        angle: number;
        laneLines: LaneStructure[];
        stopLine: RingLaneStructure;
    }
    Index

    Properties

    angle: number

    Angle of this exit arm in radians

    laneLines: LaneStructure[]

    Lane dividing lines for this arm

    Stop line (give-way line) at the entry to the roundabout