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

Public Member Functions

 SFVec3f (float x, float y, float z)
 
void getValue (float[] values)
 
float getX ()
 
float getY ()
 
float getZ ()
 
void setValue (float x, float y, float z)
 
void setValue (float[] values)
 
void setValue (ConstSFVec3f sfVec3f)
 
void setValue (SFVec3f sfVec3f)
 
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 SFVec3f.java.

Constructor & Destructor Documentation

◆ SFVec3f() [1/2]

vrml.field.SFVec3f.SFVec3f ( )
inline

Definition at line 15 of file SFVec3f.java.

◆ SFVec3f() [2/2]

vrml.field.SFVec3f.SFVec3f ( float x,
float y,
float z )
inline

Definition at line 17 of file SFVec3f.java.

Member Function Documentation

◆ __fromPerl()

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

Reimplemented from vrml.Field.

Definition at line 82 of file SFVec3f.java.

◆ __toPerl()

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

Reimplemented from vrml.Field.

Definition at line 90 of file SFVec3f.java.

◆ getValue()

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

Definition at line 23 of file SFVec3f.java.

◆ getX()

float vrml.field.SFVec3f.getX ( )
inline

Definition at line 30 of file SFVec3f.java.

◆ getY()

float vrml.field.SFVec3f.getY ( )
inline

Definition at line 35 of file SFVec3f.java.

◆ getZ()

float vrml.field.SFVec3f.getZ ( )
inline

Definition at line 40 of file SFVec3f.java.

◆ setValue() [1/4]

void vrml.field.SFVec3f.setValue ( ConstSFVec3f sfVec3f)
inline

Definition at line 60 of file SFVec3f.java.

◆ setValue() [2/4]

void vrml.field.SFVec3f.setValue ( float x,
float y,
float z )
inline

Definition at line 45 of file SFVec3f.java.

◆ setValue() [3/4]

void vrml.field.SFVec3f.setValue ( float[] values)
inline

Definition at line 53 of file SFVec3f.java.

◆ setValue() [4/4]

void vrml.field.SFVec3f.setValue ( SFVec3f sfVec3f)
inline

Definition at line 68 of file SFVec3f.java.

◆ toString()

String vrml.field.SFVec3f.toString ( )
inline

Definition at line 77 of file SFVec3f.java.


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