|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcas.CASTRSet
public class CASTRSet
A CASTRSet contains the translation (i.e. position) and rotation data for a given bone, identified by its four-cc name.
Constructor Summary | |
---|---|
CASTRSet(CASTRSet prs)
Constructs a new PR-Set, copied from the given one. |
|
CASTRSet(int name4cc,
float[] rot,
float[] trans)
Constructs a new CASTRSet with the given (Four-CC) name, and using the given rotation and translation arrays (which are not copied). |
|
CASTRSet(JAInputStream jins)
Constructs this PR-Set from the given stream. |
|
CASTRSet(java.lang.String name,
float[] rot,
float[] trans)
Constructs a new CASTRSet with the given name, and using the given rotation and translation arrays (which are not copied). |
Method Summary | |
---|---|
int |
getFourCC()
Returns this PR-Set's name. |
float[] |
getRotation()
Returns this PR-Set's rotation array [xyzw] (length 4). |
float[] |
getTranslation()
Returns this PR-Set's translation array (length 3). |
void |
save(JAOutputStream jouts)
Writes this PR-Set's data onto the given stream. |
void |
set(CASTRSet prs)
Sets this PR-Set to be a copy the given one. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CASTRSet(java.lang.String name, float[] rot, float[] trans)
public CASTRSet(int name4cc, float[] rot, float[] trans)
public CASTRSet(CASTRSet prs)
public CASTRSet(JAInputStream jins) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int getFourCC()
public float[] getTranslation()
public float[] getRotation()
public void set(CASTRSet prs)
public void save(JAOutputStream jouts) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |