VectorInterpolator

Functions

Link copied to clipboard
@NotNull
open fun defaultInterpolator(): @NotNull VectorInterpolator
Gets default interpolator
Link copied to clipboard
@NotNull
abstract 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