|
| 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 () |
|
void | setOffset (String offs) |
|
String | getOffset () |
|
Definition at line 10 of file MFRotation.java.
◆ MFRotation() [1/4]
vrml.field.MFRotation.MFRotation |
( |
| ) |
|
|
inline |
◆ MFRotation() [2/4]
vrml.field.MFRotation.MFRotation |
( |
float[] | rotations | ) |
|
|
inline |
◆ MFRotation() [3/4]
vrml.field.MFRotation.MFRotation |
( |
int | size, |
|
|
float[] | rotations ) |
|
inline |
◆ MFRotation() [4/4]
vrml.field.MFRotation.MFRotation |
( |
float | rotations[][] | ) |
|
|
inline |
◆ __fromPerl()
void vrml.field.MFRotation.__fromPerl |
( |
BufferedReader | in | ) |
throws IOException |
|
inline |
◆ __toPerl()
void vrml.field.MFRotation.__toPerl |
( |
PrintWriter | out | ) |
throws IOException |
|
inline |
◆ addValue() [1/3]
◆ addValue() [2/3]
void vrml.field.MFRotation.addValue |
( |
float | axisX, |
|
|
float | axisY, |
|
|
float | axisZ, |
|
|
float | angle ) |
|
inline |
◆ addValue() [3/3]
void vrml.field.MFRotation.addValue |
( |
SFRotation | sfRotation | ) |
|
|
inline |
◆ get1Value() [1/2]
void vrml.field.MFRotation.get1Value |
( |
int | index, |
|
|
float[] | rotations ) |
|
inline |
◆ get1Value() [2/2]
void vrml.field.MFRotation.get1Value |
( |
int | index, |
|
|
SFRotation | sfRotation ) |
|
inline |
◆ getValue() [1/2]
void vrml.field.MFRotation.getValue |
( |
float[] | rotations | ) |
|
|
inline |
◆ getValue() [2/2]
void vrml.field.MFRotation.getValue |
( |
float | rotations[][] | ) |
|
|
inline |
◆ insertValue() [1/3]
void vrml.field.MFRotation.insertValue |
( |
int | index, |
|
|
ConstSFRotation | sfRotation ) |
|
inline |
◆ insertValue() [2/3]
void vrml.field.MFRotation.insertValue |
( |
int | index, |
|
|
float | axisX, |
|
|
float | axisY, |
|
|
float | axisZ, |
|
|
float | angle ) |
|
inline |
◆ insertValue() [3/3]
void vrml.field.MFRotation.insertValue |
( |
int | index, |
|
|
SFRotation | sfRotation ) |
|
inline |
◆ set1Value() [1/3]
void vrml.field.MFRotation.set1Value |
( |
int | index, |
|
|
ConstSFRotation | sfRotation ) |
|
inline |
◆ set1Value() [2/3]
void vrml.field.MFRotation.set1Value |
( |
int | index, |
|
|
float | axisX, |
|
|
float | axisY, |
|
|
float | axisZ, |
|
|
float | angle ) |
|
inline |
◆ set1Value() [3/3]
void vrml.field.MFRotation.set1Value |
( |
int | index, |
|
|
SFRotation | sfRotation ) |
|
inline |
◆ setValue() [1/2]
void vrml.field.MFRotation.setValue |
( |
float[] | rotations | ) |
|
|
inline |
◆ setValue() [2/2]
void vrml.field.MFRotation.setValue |
( |
int | size, |
|
|
float[] | rotations ) |
|
inline |
◆ toString()
String vrml.field.MFRotation.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: