JME - Application Documentation
    Preparing search index...

    Type Alias LaneStructure

    A lane divider line in 3D space together with its visual properties

    type LaneStructure = {
        line: THREE.Line3;
        properties: LaneLineProperties;
    }
    Index

    Properties

    Properties

    line: THREE.Line3
    properties: LaneLineProperties