API / geotoolkit3d / util / interpolators / InverseDistanceWeighting / InverseDistanceWeighting
interpolators.InverseDistanceWeighting.InverseDistanceWeighting
Implementation of inverse distance weighting interpolator https://en.wikipedia.org/wiki/Inverse_distance_weighting
↳
InverseDistanceWeighting
Constructors
Constructors
• new InverseDistanceWeighting()
AbstractInterpolator.constructor
Methods
▸ getClassName(): string
string
AbstractInterpolator.getClassName
▸ interpolate(boundingBox, stepsCount, x, y?, z?, values?): Float32Array
Method for interpolation irregular data to regular (raw) data
| Name | Type | Description |
|---|---|---|
boundingBox | Box3 | bounding box |
stepsCount | Vector3 | step count |
x | number[] | Vector4[] | points with values or array with x coordinates |
Optional y | number[] | array with y coordinates |
Optional z | number[] | array with z coordinates |
Optional values | number[] | array with values |
Float32Array
array with raw data
AbstractInterpolator.interpolate
▸ Static getClassName(): string
string