|
FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
| 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 |
Public Member Functions inherited from vrml.MField | |
| int | getSize () |
| void | clear () |
| void | delete (int index) |
Public Member Functions inherited from vrml.Field | |
| 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 () |
Additional Inherited Members | |
Data Fields inherited from vrml.MField | |
| Vector | __vect = new Vector() |
Protected Member Functions inherited from vrml.MField | |
| final void | __update1Read (int index) |
| final void | __set1Value (int index, ConstField fld) |
| final void | __insertValue (int index, ConstField fld) |
| final void | __addValue (ConstField fld) |
Protected Member Functions inherited from vrml.Field | |
| final void | __updateWrite () |
Definition at line 10 of file MFRotation.java.
|
inline |
Definition at line 11 of file MFRotation.java.
|
inline |
Definition at line 14 of file MFRotation.java.
|
inline |
Definition at line 18 of file MFRotation.java.
|
inline |
Definition at line 23 of file MFRotation.java.
|
inline |
Reimplemented from vrml.Field.
Definition at line 118 of file MFRotation.java.
|
inline |
Reimplemented from vrml.Field.
Definition at line 131 of file MFRotation.java.
|
inline |
Definition at line 90 of file MFRotation.java.
|
inline |
Definition at line 81 of file MFRotation.java.
|
inline |
Definition at line 85 of file MFRotation.java.
|
inline |
Definition at line 47 of file MFRotation.java.
|
inline |
Definition at line 52 of file MFRotation.java.
|
inline |
Definition at line 28 of file MFRotation.java.
|
inline |
Definition at line 40 of file MFRotation.java.
|
inline |
Definition at line 103 of file MFRotation.java.
|
inline |
Definition at line 94 of file MFRotation.java.
|
inline |
Definition at line 98 of file MFRotation.java.
|
inline |
Definition at line 77 of file MFRotation.java.
|
inline |
Definition at line 68 of file MFRotation.java.
|
inline |
Definition at line 72 of file MFRotation.java.
|
inline |
Definition at line 57 of file MFRotation.java.
|
inline |
Definition at line 61 of file MFRotation.java.
|
inline |
Definition at line 107 of file MFRotation.java.