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