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

Public Member Functions

 ConstSFRotation (float axisX, float axisY, float axisZ, float angle)
 
void getValue (float[] values)
 
String toString ()
 
void __fromPerl (BufferedReader in) throws IOException
 
void __toPerl (PrintWriter out) throws IOException
 
- 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

- Protected Member Functions inherited from vrml.Field
final void __updateWrite ()
 

Detailed Description

Definition at line 10 of file ConstSFRotation.java.

Constructor & Destructor Documentation

◆ ConstSFRotation() [1/2]

vrml.field.ConstSFRotation.ConstSFRotation ( )
inline

Definition at line 16 of file ConstSFRotation.java.

◆ ConstSFRotation() [2/2]

vrml.field.ConstSFRotation.ConstSFRotation ( float axisX,
float axisY,
float axisZ,
float angle )
inline

Definition at line 18 of file ConstSFRotation.java.

Member Function Documentation

◆ __fromPerl()

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

Reimplemented from vrml.Field.

Definition at line 38 of file ConstSFRotation.java.

◆ __toPerl()

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

Reimplemented from vrml.Field.

Definition at line 47 of file ConstSFRotation.java.

◆ getValue()

void vrml.field.ConstSFRotation.getValue ( float[] values)
inline

Definition at line 25 of file ConstSFRotation.java.

◆ toString()

String vrml.field.ConstSFRotation.toString ( )
inline

Definition at line 33 of file ConstSFRotation.java.


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