bezier

@NotNull
open fun bezier(alpha: Float, @NotNull start: @NotNull Vector3f, @NotNull end: @NotNull Vector3f, @NotNull bezierRightTime: @NotNull Vector3f, @NotNull bezierRightValue: @NotNull Vector3f, @NotNull bezierLeftTime: @NotNull Vector3f, @NotNull bezierLeftValue: @NotNull Vector3f): @NotNull Vector3f

Interpolates two vectors as bezier

Return

interpolated vector

Parameters

alpha

alpha time

start

start keyframe

end

end keyframe

bezierRightTime

bezier right time

bezierRightValue

bezier right value

bezierLeftTime

bezier left time

bezierLeftValue

bezier left value