|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.cal3d.core.CalCoreKeyframe
public class CalCoreKeyframe
The core keyframe class.
| Field Summary | |
|---|---|
protected org.openmali.vecmath2.Quaternion4f |
rotation
|
protected float |
time
|
protected org.openmali.vecmath2.Vector3f |
translation
|
| Constructor Summary | |
|---|---|
CalCoreKeyframe()
Constructs the core keyframe instance. |
|
| Method Summary | |
|---|---|
org.openmali.vecmath2.Quaternion4f |
getRotation()
Returns the rotation. |
float |
getTime()
Returns the time. |
org.openmali.vecmath2.Vector3f |
getTranslation()
Returns the translation. |
void |
setRotation(org.openmali.vecmath2.Quaternion4f rotation)
Sets the rotation. |
void |
setTime(float time)
Sets the time. |
void |
setTranslation(org.openmali.vecmath2.Vector3f translation)
Sets the translation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected float time
protected org.openmali.vecmath2.Vector3f translation
protected org.openmali.vecmath2.Quaternion4f rotation
| Constructor Detail |
|---|
public CalCoreKeyframe()
| Method Detail |
|---|
public org.openmali.vecmath2.Quaternion4f getRotation()
public float getTime()
public org.openmali.vecmath2.Vector3f getTranslation()
public void setRotation(org.openmali.vecmath2.Quaternion4f rotation)
rotation - The rotation as quaternion.public void setTime(float time)
time - The time in seconds.public void setTranslation(org.openmali.vecmath2.Vector3f translation)
translation - The translation as vector.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||