Class vrml.field.SFVec2f
java.lang.Object
|
+----vrml.Field
|
+----vrml.field.SFVec2f
- public class SFVec2f
- extends Field
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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:
- toString in class java.lang.Object