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

    Type Alias InterpolationFunction<T>

    InterpolationFunction: (
        point: VectorPoint,
        refData: VectorPoint<T>[],
        getValue: GetInterpolateValue<T>,
    ) => number

    The standard interpolation function

    Type Parameters

    • T extends MValue = Properties

    Type declaration

      • (
            point: VectorPoint,
            refData: VectorPoint<T>[],
            getValue: GetInterpolateValue<T>,
        ): number
      • Parameters

        Returns number