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

Interpolates two vectors as bezier

Return

interpolated vector

Parameters

time

time

startTime

start time

endTime

end time

startValue

start value

endValue

end value

bezierLeftTime

bezier left time

bezierLeftValue

bezier left value

bezierRightTime

bezier right time

bezierRightValue

bezier right value