BetterModel
Toggle table of contents
1.14.3-SNAPSHOT-434
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.animation
/
VectorPoint
/
BezierConfig
Bezier
Config
class
BezierConfig
:
Record
Bezier config
Parameters
left
Time
left time
left
Value
left value
right
Time
right time
right
Value
right value
Members
Constructors
Bezier
Config
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
left
Time
Link copied to clipboard
@
NotNull
open
fun
leftTime
(
)
:
@
NotNull
Vector3f
left
Value
Link copied to clipboard
@
NotNull
open
fun
leftValue
(
)
:
@
NotNull
Vector3f
right
Time
Link copied to clipboard
@
NotNull
open
fun
rightTime
(
)
:
@
NotNull
Vector3f
right
Value
Link copied to clipboard
@
NotNull
open
fun
rightValue
(
)
:
@
NotNull
Vector3f
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String