LinearInterpolant
THREE.LinearInterpolant
class LinearInterpolant(parameterPositions: TypedArray[_, _], sampleValues: TypedArray[_, _], sampleSize: Int, resultBuffer: UndefOr[TypedArray[_, _]]) extends Interpolant
Linear interpolant.
The linear interpolant performs a simple linear interpolation between two adjacent values.
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