Maven module :
un.api : api-display :
Class :
un.api.anim.TimeSerie
Extends/Implements :
-
Subclasses :
-
Time serie.
author
Johann Sorel
Variables :
-
Functions :
interpolate
,
getLength
Get a keyframe at the given time.
The key frame might be the result of the an interpolation.
param
time
param
buffer
return
KeyFrame
interpolate
(double time, KeyFrame buffer)
Find the length of this time serie.
return
Time length in milliseconds.
double
getLength
()
author Johann Sorel