Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFVec2f

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFVec2f

public class SFVec2f
extends Field

Constructor Summary
 SFVec2f()
 
 SFVec2f(float x, float y)
 
 

Method Summary
void  getValue(float[] vec2s)
 
float  getX()
 
float  getY()
 
void  setValue(float[] vec2s)
 
void  setValue(float x, float y)
 
void  setValue(ConstSFVec2f vec)
 
void  setValue(SFVec2f vec)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFVec2f

public SFVec2f()

SFVec2f

public SFVec2f(float x,
               float y)
Method Detail

getValue

public void getValue(float[] vec2s)

getX

public float getX()

getY

public float getY()

setValue

public void setValue(float[] vec2s)

setValue

public void setValue(float x,
                     float y)

setValue

public void setValue(ConstSFVec2f vec)

setValue

public void setValue(SFVec2f vec)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS