gis-tools-ts - v0.6.0
Preparing search index...
index
InterpolationFunction
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
point
:
VectorPoint
refData
:
VectorPoint
<
T
>
[]
getValue
:
GetInterpolateValue
<
T
>
Returns
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
gis-tools-ts - v0.6.0
Loading...
The standard interpolation function