FreeWRL / FreeX3D 4.3.0
vrml.field.ConstMFRotation Class Reference
Inheritance diagram for vrml.field.ConstMFRotation:
vrml.ConstMField vrml.ConstField vrml.Field

Public Member Functions

 ConstMFRotation (float[] rotations)
 ConstMFRotation (int size, float[] rotations)
 ConstMFRotation (float[][] rotations)
void getValue (float[] rotations)
void getValue (float[][] rotations)
void get1Value (int index, float[] rotations)
void get1Value (int index, SFRotation sfRotation)
String toString ()
void __fromPerl (BufferedReader in) throws IOException
void __toPerl (PrintWriter out) throws IOException
Public Member Functions inherited from vrml.ConstMField
int getSize ()
Public Member Functions inherited from vrml.Field
Object clone ()
void bind_to (FWJavaScriptBinding b)
final void __updateRead ()
void setOffset (String offs)
String getOffset ()

Additional Inherited Members

Data Fields inherited from vrml.ConstMField
Vector __vect = new Vector()
Protected Member Functions inherited from vrml.ConstMField
final void __update1Read (int index)
Protected Member Functions inherited from vrml.Field
final void __updateWrite ()

Detailed Description

Definition at line 10 of file ConstMFRotation.java.

Constructor & Destructor Documentation

◆ ConstMFRotation() [1/4]

vrml.field.ConstMFRotation.ConstMFRotation ( )
inline

Definition at line 11 of file ConstMFRotation.java.

◆ ConstMFRotation() [2/4]

vrml.field.ConstMFRotation.ConstMFRotation ( float[] rotations)
inline

Definition at line 14 of file ConstMFRotation.java.

◆ ConstMFRotation() [3/4]

vrml.field.ConstMFRotation.ConstMFRotation ( int size,
float[] rotations )
inline

Definition at line 18 of file ConstMFRotation.java.

◆ ConstMFRotation() [4/4]

vrml.field.ConstMFRotation.ConstMFRotation ( float rotations[][])
inline

Definition at line 23 of file ConstMFRotation.java.

Member Function Documentation

◆ __fromPerl()

void vrml.field.ConstMFRotation.__fromPerl ( BufferedReader in) throws IOException
inline

Reimplemented from vrml.Field.

Definition at line 68 of file ConstMFRotation.java.

◆ __toPerl()

void vrml.field.ConstMFRotation.__toPerl ( PrintWriter out) throws IOException
inline

Reimplemented from vrml.Field.

Definition at line 81 of file ConstMFRotation.java.

◆ get1Value() [1/2]

void vrml.field.ConstMFRotation.get1Value ( int index,
float[] rotations )
inline

Definition at line 47 of file ConstMFRotation.java.

◆ get1Value() [2/2]

void vrml.field.ConstMFRotation.get1Value ( int index,
SFRotation sfRotation )
inline

Definition at line 52 of file ConstMFRotation.java.

◆ getValue() [1/2]

void vrml.field.ConstMFRotation.getValue ( float[] rotations)
inline

Definition at line 28 of file ConstMFRotation.java.

◆ getValue() [2/2]

void vrml.field.ConstMFRotation.getValue ( float rotations[][])
inline

Definition at line 40 of file ConstMFRotation.java.

◆ toString()

String vrml.field.ConstMFRotation.toString ( )
inline

Definition at line 57 of file ConstMFRotation.java.


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