All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.ConstSFVec3f
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.ConstField
|
+----berkeley.cs.dmc.vrml.field.ConstSFVec3f
- public class ConstSFVec3f
- extends ConstField
-
ConstSFVec3f(float, float, float)
-
-
getValue(float[])
-
-
getX()
-
-
getY()
-
-
getZ()
-
-
toString()
-
ConstSFVec3f
public ConstSFVec3f(float x,
float y,
float z)
getValue
public void getValue(float vec3s[])
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index