JME - Application Documentation
    Preparing search index...

    An entry in a lane's occupancy list, used for collision / gap checks

    type LaneOcc = {
        pinnedCoord?: number;
        vehicle: Vehicle;
    }
    Index

    Properties

    pinnedCoord?: number

    lane coordinate (used for sorting); for "reservation" occupants we pin this to start-of-lane

    vehicle: Vehicle