Uses of Class
org.jagatoo.loaders.models.collada.datastructs.animation.KeyFrame

Packages that use KeyFrame
org.jagatoo.loaders.models.collada.datastructs.animation   
 

Uses of KeyFrame in org.jagatoo.loaders.models.collada.datastructs.animation
 

Subclasses of KeyFrame in org.jagatoo.loaders.models.collada.datastructs.animation
 class KeyFrameQuat4f
          A KeyFrame containing Quaternions.
 class KeyFrameTuple3f
          A KeyFrame containing Tuple3fs.
 

Methods in org.jagatoo.loaders.models.collada.datastructs.animation that return KeyFrame
static KeyFrame KeyFrame.buildPoint3fKeyFrame(float time, float[] values, int valueIndex)
          Creates a translation key frame
static KeyFrame KeyFrame.buildQuaternion4fKeyFrame(float time, float angle, KeyFrame.Axis axis)
          Creates a rotation key frame
 

Method parameters in org.jagatoo.loaders.models.collada.datastructs.animation with type arguments of type KeyFrame
static int KeyFrame.searchNextFrame(java.util.List<? extends KeyFrame> frames, long currentTime)
          Searches the next key frame according to the current time.