vrml.field
Class SFVec2f
java.lang.Object
   vrml.Field
vrml.Field
       vrml.field.SFVec2f
vrml.field.SFVec2f
- All Implemented Interfaces: 
- java.lang.Cloneable
- public class SFVec2f 
- extends Field
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
SFVec2f
public SFVec2f()
SFVec2f
public SFVec2f(float x,
               float y)
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:
- toStringin class- java.lang.Object
 
-