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

Class dnx.lr.field.SFVec2f

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

public class SFVec2f
extends Field

Constructor Index

 o SFVec2f()
 o SFVec2f(float, float)
 o SFVec2f(Point2)
 o SFVec2f(Vector2)

Method Index

 o alloc()
 o alloc(float, float)
 o alloc(Point2)
 o alloc(Vector2)
 o clear()
 o copy(Field)
 o copy(SFVec2f)
 o equals(Object)
 o equals(SFVec2f)
 o free()
 o getValue(float[])
 o getValue(Point2)
 o getValue(Vector2)
 o getX()
 o getY()
 o readInternal(ReadAction)
Implementation of read().
 o setValue(float, float)
 o setValue(Point2)
 o setValue(Vector2)
 o toString()

Constructors

 o SFVec2f
  public SFVec2f(float x,
                 float y)
 o SFVec2f
  public SFVec2f(Vector2 v)
 o SFVec2f
  public SFVec2f(Point2 p)
 o SFVec2f
  public SFVec2f()

Methods

 o alloc
  public static SFVec2f alloc(float x,
                              float y)
 o alloc
  public static SFVec2f alloc(Vector2 v)
 o alloc
  public static SFVec2f alloc(Point2 p)
 o alloc
  public static SFVec2f 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)
 o setValue
  public synchronized void setValue(Vector2 v)
 o setValue
  public synchronized void setValue(Point2 p)
 o copy
  public synchronized void copy(SFVec2f v)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public void getValue(Vector2 in)
 o getValue
  public void getValue(Point2 in)
 o getValue
  public void getValue(float in[])
 o getX
  public float getX()
 o getY
  public float getY()
 o equals
  public boolean equals(SFVec2f 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