Creates a new AnimatedVectorN instance.
Map of animation track names to their corresponding samplers
The name of the initially active animation track
Gets the current blending ratio between animation tracks.
The current blending ratio
Sets the blending ratio between the first and second active animation tracks.
The blending ratio (0.0 = first track only, 1.0 = second track only)
Gets the animation sampler for a specific track.
The name of the animation track
The animation sampler for the specified track
Adds or updates an animation sampler for a specific track.
The name of the animation track
The animation sampler to set for the track
An animated vector class that extends VectorN and implements animation interpolation. This class manages multiple animation tracks and supports blending between them. It can interpolate vector values over time using animation samplers.