Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----vrml.Field | +----vrml.ConstField | +----vrml.field.ConstSFRotation
Constructor Summary | |
ConstSFRotation(float axisX,
float axisY,
float axisZ,
float angle)
|
Method Summary | |
void | getValue(float[] rotations)
|
java.lang.String | toString()
|
Methods inherited from class vrml.Field |
clone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConstSFRotation(float axisX, float axisY, float axisZ, float angle)
Method Detail |
public void getValue(float[] rotations)
public java.lang.String toString()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |