|
| MFRotation (float[] rotations) |
|
| MFRotation (int size, float[] rotations) |
|
| MFRotation (float[][] rotations) |
|
void | getValue (float[] rotations) |
|
void | getValue (float[][] rotations) |
|
void | get1Value (int index, float[] rotations) |
|
void | get1Value (int index, SFRotation sfRotation) |
|
void | setValue (float[] rotations) |
|
void | setValue (int size, float[] rotations) |
|
void | set1Value (int index, float axisX, float axisY, float axisZ, float angle) |
|
void | set1Value (int index, SFRotation sfRotation) |
|
void | set1Value (int index, ConstSFRotation sfRotation) |
|
void | addValue (float axisX, float axisY, float axisZ, float angle) |
|
void | addValue (SFRotation sfRotation) |
|
void | addValue (ConstSFRotation sfRotation) |
|
void | insertValue (int index, float axisX, float axisY, float axisZ, float angle) |
|
void | insertValue (int index, SFRotation sfRotation) |
|
void | insertValue (int index, ConstSFRotation sfRotation) |
|
String | toString () |
|
void | __fromPerl (BufferedReader in) throws IOException |
|
void | __toPerl (PrintWriter out) throws IOException |
|
int | getSize () |
|
void | clear () |
|
void | delete (int index) |
|
Object | clone () |
|
void | bind_to (FWJavaScriptBinding b) |
|
final void | __updateRead () |
|
abstract void | __fromPerl (BufferedReader in) throws IOException |
|
abstract void | __toPerl (PrintWriter out) throws IOException |
|
void | setOffset (String offs) |
|
String | getOffset () |
|
Definition at line 10 of file MFRotation.java.