com.threed.jpct.skeleton
Class RotationKeyframe

java.lang.Object
  extended by com.threed.jpct.skeleton.RotationKeyframe

public class RotationKeyframe
extends java.lang.Object

Encapsulates a rotation keyframe. A matrix is used to store the rotation.

Author:
mcgreevyj

Field Summary
 Quaternion quat
           
 float time
           
 
Constructor Summary
RotationKeyframe()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quat

public Quaternion quat

time

public float time
Constructor Detail

RotationKeyframe

public RotationKeyframe()