Class vrml.field.SFVec3f
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.field.SFVec3f
java.lang.Object
|
+----vrml.Field
|
+----vrml.field.SFVec3f
- public class SFVec3f
- extends Field
-
SFVec3f()
-
-
SFVec3f(float, float, float)
-
-
copy(Field)
-
-
createObfuscatedField(Field)
-
-
getValue(float[])
-
-
getX()
-
-
getY()
-
-
getZ()
-
-
setValue(ConstSFVec3f)
-
-
setValue(float, float, float)
-
-
setValue(float[])
-
-
setValue(SFVec3f)
-
-
toString()
-
-
unobfuscate()
-
SFVec3f
public SFVec3f()
SFVec3f
public SFVec3f(float x,
float y,
float z)
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 vec[])
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
setValue
public void setValue(float value[])
setValue
public void setValue(float x,
float y,
float z)
setValue
public void setValue(ConstSFVec3f field)
setValue
public void setValue(SFVec3f field)
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