BezierInterpolator

@ApiStatus.Internal
class BezierInterpolator : Record, VectorInterpolator

Bezier interpolator

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun defaultInterpolator(): @NotNull VectorInterpolator
Gets default interpolator
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun interpolate(@NotNull points: @NotNull List<VectorPoint>, p2Index: Int, time: Float): @NotNull Vector3f
Interpolates vector
Link copied to clipboard
open fun isContinuous(): Boolean
Checks this interpolator is continuous
Link copied to clipboard
abstract fun toString(): String