Class vrml.field.ConstSFVec2f
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.field.ConstSFVec2f
java.lang.Object
|
+----vrml.Field
|
+----vrml.ConstField
|
+----vrml.field.ConstSFVec2f
- public class ConstSFVec2f
- extends ConstField
-
ConstSFVec2f()
-
-
ConstSFVec2f(float, float)
-
-
copy(Field)
-
-
createObfuscatedField(Field)
-
-
getValue(float[])
-
-
getX()
-
-
getY()
-
-
toString()
-
-
unobfuscate()
-
ConstSFVec2f
public ConstSFVec2f()
ConstSFVec2f
public ConstSFVec2f(float x,
float y)
createObfuscatedField
protected Field createObfuscatedField(Field field)
- Overrides:
- createObfuscatedField in class Field
unobfuscate
protected Field unobfuscate()
- Overrides:
- unobfuscate in class Field
getValue
public void getValue(float vec2[])
getX
public float getX()
getY
public float getY()
copy
protected void copy(Field f)
- Overrides:
- copy in class Field
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index