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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ConstSFVec2f() [1/2]

vrml.field.ConstSFVec2f.ConstSFVec2f ( )
inline

Definition at line 14 of file ConstSFVec2f.java.

◆ ConstSFVec2f() [2/2]

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

Definition at line 16 of file ConstSFVec2f.java.

Member Function Documentation

◆ __fromPerl()

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

Reimplemented from vrml.Field.

Definition at line 42 of file ConstSFVec2f.java.

◆ __toPerl()

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

Reimplemented from vrml.Field.

Definition at line 49 of file ConstSFVec2f.java.

◆ getValue()

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

Definition at line 21 of file ConstSFVec2f.java.

◆ getX()

float vrml.field.ConstSFVec2f.getX ( )
inline

Definition at line 27 of file ConstSFVec2f.java.

◆ getY()

float vrml.field.ConstSFVec2f.getY ( )
inline

Definition at line 32 of file ConstSFVec2f.java.

◆ toString()

String vrml.field.ConstSFVec2f.toString ( )
inline

Definition at line 37 of file ConstSFVec2f.java.


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