An object with various functions to assist with animations, used internally.
This is the same as Array.prototype.slice, but also works on typed arrays.
Converts an array to a specific type.
Used for parsing AOS keyframe formats.
Returns an array by which times and values can be sorted.
Returns `true` if the object is a typed array.
Converts the keyframes of the given animation clip to an additive format.
Sorts the array previously returned by [page:AnimationUtils.getKeyframeOrder getKeyframeOrder].
Creates a new clip, containing only the segment of the original clip between the given frames.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]