Package-level declarations

Provides vector interpolation contracts for animation evaluation.

Interpolators in this package define how vector keyframe values are blended between timed points. They are shared by animation data and runtime evaluation code that needs consistent movement curves.

Example:


VectorInterpolator interpolator = VectorInterpolator.LINEAR;
var value = interpolator.interpolate(points, 1, 0.5F);

Since

3.2.0

Types

Link copied to clipboard
@ApiStatus.Internal
enum VectorInterpolator
Interpolator