Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.physic.JointKeyFrame
Extends/Implements :
un.impl.anim.TransformKeyFrame
Subclasses : -
Variables :
PROPERTY_JOINT,
FROM_BASE,
FROM_ORIGIN
Functions :
JointKeyFrame,
JointKeyFrame,
JointKeyFrame,
JointKeyFrame,
getJoint,
setJoint,
getFrom,
setFrom,
toChars
public Chars
PROPERTY_JOINT
public int
FROM_BASE
public int
FROM_ORIGIN
public void
JointKeyFrame ()
public void
JointKeyFrame (Object jointIdentifier, double time)
public void
JointKeyFrame (Object jointIdentifier, Vector position, Quaternion rotation, int from)
public void
JointKeyFrame (Object jointIdentifier, Vector position, Quaternion rotation, Vector scale, int from)
public Object
getJoint ()
public void
setJoint (Object jointId)
public int
getFrom ()
public void
setFrom (int from)
public Chars
toChars ()
Stores informations about a joint.
author Johann Sorel