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

Public Member Functions

 SFVec2f (float x, float y)
 
void getValue (float[] values)
 
float getX ()
 
float getY ()
 
void setValue (float x, float y)
 
void setValue (float[] values)
 
void setValue (ConstSFVec2f sfVec2f)
 
void setValue (SFVec2f sfVec2f)
 
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 SFVec2f.java.

Constructor & Destructor Documentation

◆ SFVec2f() [1/2]

vrml.field.SFVec2f.SFVec2f ( )
inline

Definition at line 14 of file SFVec2f.java.

◆ SFVec2f() [2/2]

vrml.field.SFVec2f.SFVec2f ( float x,
float y )
inline

Definition at line 16 of file SFVec2f.java.

Member Function Documentation

◆ __fromPerl()

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

Reimplemented from vrml.Field.

Definition at line 70 of file SFVec2f.java.

◆ __toPerl()

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

Reimplemented from vrml.Field.

Definition at line 77 of file SFVec2f.java.

◆ getValue()

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

Definition at line 21 of file SFVec2f.java.

◆ getX()

float vrml.field.SFVec2f.getX ( )
inline

Definition at line 27 of file SFVec2f.java.

◆ getY()

float vrml.field.SFVec2f.getY ( )
inline

Definition at line 32 of file SFVec2f.java.

◆ setValue() [1/4]

void vrml.field.SFVec2f.setValue ( ConstSFVec2f sfVec2f)
inline

Definition at line 50 of file SFVec2f.java.

◆ setValue() [2/4]

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

Definition at line 37 of file SFVec2f.java.

◆ setValue() [3/4]

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

Definition at line 44 of file SFVec2f.java.

◆ setValue() [4/4]

void vrml.field.SFVec2f.setValue ( SFVec2f sfVec2f)
inline

Definition at line 57 of file SFVec2f.java.

◆ toString()

String vrml.field.SFVec2f.toString ( )
inline

Definition at line 65 of file SFVec2f.java.


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