Class vrml.field.ConstSFVec3f
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.field.ConstSFVec3f
java.lang.Object
|
+----vrml.Field
|
+----vrml.ConstField
|
+----vrml.field.ConstSFVec3f
- public class ConstSFVec3f
- extends ConstField
-
ConstSFVec3f()
-
-
ConstSFVec3f(float, float, float)
-
-
copy(Field)
-
-
createObfuscatedField(Field)
-
-
getValue(float[])
-
-
getX()
-
-
getY()
-
-
getZ()
-
-
unobfuscate()
-
ConstSFVec3f
public ConstSFVec3f()
ConstSFVec3f
public ConstSFVec3f(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 vec3[])
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
copy
protected void copy(Field f)
- Overrides:
- copy in class Field
All Packages Class Hierarchy This Package Previous Next Index