Graphora API
    Preparing search index...

    Interface ObstacleRouterOptions

    interface ObstacleRouterOptions {
        clearance?: number;
        laneSpacing?: number;
        maxGridPoints?: number;
        maxSegmentChecks?: number;
        maxVisited?: number;
    }
    Index
    clearance?: number
    laneSpacing?: number
    maxGridPoints?: number
    maxSegmentChecks?: number
    maxVisited?: number