BezierConfig

Configuration for bezier curve interpolation.

Since

1.15.2

Parameters

leftTime

the time offset for the incoming (left) handle

leftValue

the value offset for the incoming (left) handle

rightTime

the time offset for the outgoing (right) handle

rightValue

the value offset for the outgoing (right) handle

Constructors

Link copied to clipboard
constructor()

Functions

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 leftTime(): @NotNull Vector3f
Gets the time offset for the incoming (left) handle.
Link copied to clipboard
@NotNull
open fun leftValue(): @NotNull Vector3f
Gets the value offset for the incoming (left) handle.
Link copied to clipboard
@NotNull
open fun rightTime(): @NotNull Vector3f
Gets the time offset for the outgoing (right) handle.
Link copied to clipboard
@NotNull
open fun rightValue(): @NotNull Vector3f
Gets the value offset for the outgoing (right) handle.
Link copied to clipboard
abstract fun toString(): String