FreeWRL/FreeX3D  3.0.0
vrml.field.MFRotation Class Reference
Inheritance diagram for vrml.field.MFRotation:
vrml.MField vrml.Field

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 ()
 

Detailed Description

Definition at line 10 of file MFRotation.java.


The documentation for this class was generated from the following file: