Class dnx.lr.field.SFVec3f
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.field.SFVec3f

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.lr.Field
                   |
                   +----dnx.lr.field.SFVec3f

public class SFVec3f
extends Field

Constructor Index

 o SFVec3f()
 o SFVec3f(float, float, float)
 o SFVec3f(Point3)
 o SFVec3f(Vector3)

Method Index

 o alloc()
 o alloc(float, float, float)
 o alloc(Point3)
 o alloc(Vector3)
 o clear()
 o copy(Field)
 o copy(SFVec3f)
 o equals(Object)
 o equals(SFVec3f)
 o free()
 o getValue(float[])
 o getValue(Point3)
 o getValue(Vector3)
 o getX()
 o getY()
 o getZ()
 o normalize()
 o readInternal(ReadAction)
Implementation of read().
 o setValue(float, float, float)
 o setValue(Point3)
 o setValue(Vector3)
 o toString()

Constructors

 o SFVec3f
  public SFVec3f(float x,
                 float y,
                 float z)
 o SFVec3f
  public SFVec3f(Vector3 v)
 o SFVec3f
  public SFVec3f(Point3 p)
 o SFVec3f
  public SFVec3f()

Methods

 o alloc
  public static SFVec3f alloc(float x,
                              float y,
                              float z)
 o alloc
  public static SFVec3f alloc(Vector3 v)
 o alloc
  public static SFVec3f alloc(Point3 p)
 o alloc
  public static SFVec3f alloc()
 o free
  public void free()
Overrides:
free in class Field
 o clear
  public void clear()
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o setValue
  public synchronized void setValue(float x,
                                    float y,
                                    float z)
 o setValue
  public synchronized void setValue(Vector3 v)
 o setValue
  public synchronized void setValue(Point3 p)
 o normalize
  public synchronized void normalize()
 o copy
  public synchronized void copy(SFVec3f v)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public void getValue(Vector3 in)
 o getValue
  public void getValue(Point3 in)
 o getValue
  public void getValue(float in[])
 o getX
  public float getX()
 o getY
  public float getY()
 o getZ
  public float getZ()
 o equals
  public boolean equals(SFVec3f v)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o toString
  public String toString()
Overrides:
toString in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index