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

Constructor Index

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

Method Index

 o copy(Field)
 o createObfuscatedField(Field)
 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()
 o unobfuscate()

Constructors

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

Methods

 o createObfuscatedField
  protected Field createObfuscatedField(Field field)
Overrides:
createObfuscatedField in class Field
 o unobfuscate
  protected Field unobfuscate()
Overrides:
unobfuscate in class Field
 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 void setValue(float value[])
 o setValue
  public void setValue(float x,
                       float y,
                       float z)
 o setValue
  public void setValue(ConstSFVec3f field)
 o setValue
  public void setValue(SFVec3f field)
 o copy
  protected void copy(Field f)
Overrides:
copy in class Field
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index