BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-172
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util.interpolation
/
BezierInterpolation
Bezier
Interpolation
class
BezierInterpolation
:
VectorInterpolation
Members
Constructors
Bezier
Interpolation
Link copied to clipboard
constructor
(
)
Functions
default
Interpolation
Link copied to clipboard
@
NotNull
open
fun
defaultInterpolation
(
)
:
@
NotNull
VectorInterpolation
interpolate
Link copied to clipboard
@
NotNull
open
fun
interpolate
(
@
NotNull
points
:
@
NotNull
List
<
VectorPoint
>
,
p2Index
:
Int
,
time
:
Float
)
:
@
NotNull
VectorPoint