gis-tools-ts - v0.6.0
    Preparing search index...

    Type Alias BilinearCorners<T>

    BilinearCorners: [
        VectorPoint<T>,
        VectorPoint<T>,
        VectorPoint<T>,
        VectorPoint<T>,
    ]

    The 4 corner points closest to a point

    Type Parameters

    • T extends MValue = Properties