BezierConfig

Bezier config

Parameters

leftTime

left time

leftValue

left value

rightTime

right time

rightValue

right value

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
Link copied to clipboard
@NotNull
open fun leftValue(): @NotNull Vector3f
Link copied to clipboard
@NotNull
open fun rightTime(): @NotNull Vector3f
Link copied to clipboard
@NotNull
open fun rightValue(): @NotNull Vector3f
Link copied to clipboard
abstract fun toString(): String