DiscreteInterpolant
THREE.DiscreteInterpolant
class DiscreteInterpolant(parameterPositions: TypedArray[_, _], sampleValues: TypedArray[_, _], sampleSize: Int, resultBuffer: UndefOr[TypedArray[_, _]]) extends Interpolant
Discrete interpolant.
The discrete interpolant returns the sample at the position closest to the parameter.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Evaluate the interpolant at position t
.
Evaluate the interpolant at position t
.
Value parameters
- t
-
- The interpolation factor.
Attributes
- Returns
-
The result buffer.
- Inherited from:
- Interpolant
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Inherited fields
The default settings object.
A cache index.
The interpolation settings.
The value size.
In this article