BetterModel
Toggle table of contents
1.10.4-SNAPSHOT-286
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util.interpolation
/
VectorInterpolation
Vector
Interpolation
@
ApiStatus.Internal
interface
VectorInterpolation
Interpolator
Inheritors
BezierInterpolation
LinearInterpolation
StepInterpolation
CatmullRomInterpolation
Members
Functions
default
Interpolation
Link copied to clipboard
@
NotNull
open
fun
defaultInterpolation
(
)
:
@
NotNull
VectorInterpolation
Gets default interpolator
interpolate
Link copied to clipboard
@
NotNull
abstract
fun
interpolate
(
@
NotNull
points
:
@
NotNull
List
<
VectorPoint
>
,
p2Index
:
Int
,
time
:
Float
)
:
@
NotNull
Vector3f
Interpolates vector