QuaternionLinearInterpolant
THREE.QuaternionLinearInterpolant
class QuaternionLinearInterpolant(parameterPositions: TypedArray[_, _], sampleValues: TypedArray[_, _], sampleSize: Int, resultBuffer: UndefOr[TypedArray[_, _]]) extends Interpolant
Quaternion Linear Interpolant.
Interpolant for quaternions with spherical linear interpolation (SLERP). This interpolation ensures proper rotation interpolation.
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