@vcmap/core
    Preparing search index...

    Type Alias LineIntersectionResult

    type LineIntersectionResult = {
        onLine1: boolean;
        onLine2: boolean;
        x: number | null;
        y: number | null;
    }
    Index

    Properties

    Properties

    onLine1: boolean
    onLine2: boolean
    x: number | null
    y: number | null