BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-175
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util
/
VectorUtil
/
bezier
bezier
@
NotNull
open
fun
bezier
(
time
:
Float
,
startTime
:
Float
,
endTime
:
Float
,
@
NotNull
startValue
:
@
NotNull
Vector3f
,
@
NotNull
endValue
:
@
NotNull
Vector3f
,
@
Nullable
bezierLeftTime
:
@
Nullable
Vector3f
,
@
Nullable
bezierLeftValue
:
@
Nullable
Vector3f
,
@
Nullable
bezierRightTime
:
@
Nullable
Vector3f
,
@
Nullable
bezierRightValue
:
@
Nullable
Vector3f
)
:
@
NotNull
Vector3f