API / geotoolkit3d / util / interpolators / AbstractInterpolator / AbstractInterpolator
interpolators.AbstractInterpolator.AbstractInterpolator
Abstract class for interpolators (transformers irregular data to regular)
AbstractInterpolator
Constructors
Methods
▸ getClassName(): string
string
▸ Abstract 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
▸ Static getClassName(): string
string