JME - Application Documentation
    Preparing search index...

    Type Alias RingLaneStructure

    A single ring lane on the roundabout (used for both ring lines and stop lines)

    type RingLaneStructure = {
        points: Tuple3[];
        properties: LaneLineProperties;
        radius: number;
    }
    Index

    Properties

    points: Tuple3[]
    properties: LaneLineProperties
    radius: number