Maven module :un.api : api-display :
Class :
un.api.anim.KeyFrameTimeSerie
Extends/Implements :
un.api.anim.TimeSerie
Subclasses : -
Variables :
frames
Functions :
getFrames,
getFrame,
getNearest,
interpolate,
getLength
protected OrderedSet
frames
public OrderedSet
getFrames ()
public KeyFrame
getFrame (double time)
public KeyFrame[]
getNearest (double time, KeyFrame[] buffer)
public KeyFrame
interpolate (double time, KeyFrame buffer)
public double
getLength ()
Time serie are often associated to a single object in the scene.
author Johann Sorel