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

Constructor Index

 o SFVec3f()
 o SFVec3f(float, float, float)

Method Index

 o getValue(float[])
 o getX()
 o getY()
 o getZ()
 o setValue(ConstSFVec3f)
 o setValue(float, float, float)
 o setValue(float[])
 o setValue(SFVec3f)
 o toString()

Constructors

 o SFVec3f
 public SFVec3f()
 o SFVec3f
 public SFVec3f(float x,
                float y,
                float z)

Methods

 o getValue
 public void getValue(float vec[])
 o getX
 public float getX()
 o getY
 public float getY()
 o getZ
 public float getZ()
 o setValue
 public synchronized void setValue(float vec[])
 o setValue
 public synchronized void setValue(float x,
                                   float y,
                                   float z)
 o setValue
 public synchronized void setValue(ConstSFVec3f vec)
 o setValue
 public synchronized void setValue(SFVec3f vec)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index