vrml.field
Class SFVec2f

java.lang.Object
  extended by vrml.Field
      extended by vrml.field.SFVec2f
All Implemented Interfaces:
java.lang.Cloneable

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(ConstSFVec2f vec)
           
 void setValue(float[] vec2s)
           
 void setValue(float x, float y)
           
 void setValue(SFVec2f vec)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, 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