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

Class dnx.lr.field.MFVec2f

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

public class MFVec2f
extends MField

Constructor Index

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

Method Index

 o addValue(float, float)
 o addValue(FloatList)
 o addValue(Point2)
 o addValue(SFVec2f)
 o addValue(Vector2)
 o alloc()
 o clear()
 o copy(Field)
 o copy(MFVec2f)
 o equals(MFVec2f)
 o equals(Object)
 o free()
 o getValue(int, float[])
Return the value at index into an array of 2 floats
 o getValue(int, float[], int)
Return the value at index into an array of 2 floats starting at the specified offset in the array.
 o getValue(int, Point2)
Return the value of the value at index into a Point2
 o getValue(int, SFVec2f)
Return the value of the value at index into an SFVec2f
 o getValue(int, Vector2)
Return the value of the value at index into a Vector2
 o insertValue(int, float, float)
 o insertValue(int, FloatList)
 o insertValue(int, Point2)
 o insertValue(int, SFVec2f)
 o insertValue(int, Vector2)
 o print(PrintAction)
 o readInternal(ReadAction)
Implementation of read().
 o remove(int)
 o setValue(float, float)
 o setValue(FloatList)
 o setValue(int, float, float)
 o setValue(int, Point2)
 o setValue(int, SFVec2f)
 o setValue(int, Vector2)
 o setValue(Point2)
 o setValue(SFVec2f)
 o setValue(Vector2)
 o size()
 o x(int)
 o y(int)

Constructors

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

Methods

 o alloc
  public static MFVec2f alloc()
 o free
  public void free()
Overrides:
free in class Field
 o size
  public int size()
 o clear
  public void clear()
 o remove
  public void remove(int index)
 o setValue
  public void setValue(float x,
                       float y)
 o setValue
  public void setValue(Vector2 v)
 o setValue
  public void setValue(Point2 p)
 o setValue
  public void setValue(SFVec2f v)
 o setValue
  public void setValue(FloatList li)
 o setValue
  public void setValue(int index,
                       float x,
                       float y)
 o setValue
  public void setValue(int index,
                       Vector2 v)
 o setValue
  public void setValue(int index,
                       Point2 p)
 o setValue
  public void setValue(int index,
                       SFVec2f v)
 o addValue
  public void addValue(float x,
                       float y)
 o addValue
  public void addValue(Vector2 v)
 o addValue
  public void addValue(Point2 p)
 o addValue
  public void addValue(SFVec2f v)
 o addValue
  public void addValue(FloatList li)
 o insertValue
  public void insertValue(int index,
                          float x,
                          float y)
 o insertValue
  public void insertValue(int index,
                          Vector2 v)
 o insertValue
  public void insertValue(int index,
                          Point2 p)
 o insertValue
  public void insertValue(int index,
                          SFVec2f v)
 o insertValue
  public void insertValue(int index,
                          FloatList li)
 o getValue
  public void getValue(int index,
                       Vector2 v)
Return the value of the value at index into a Vector2
 o getValue
  public void getValue(int index,
                       Point2 p)
Return the value of the value at index into a Point2
 o getValue
  public void getValue(int index,
                       SFVec2f v)
Return the value of the value at index into an SFVec2f
 o getValue
  public void getValue(int index,
                       float in[])
Return the value at index into an array of 2 floats
 o getValue
  public void getValue(int index,
                       float in[],
                       int offset)
Return the value at index into an array of 2 floats starting at the specified offset in the array.
 o x
  public float x(int index)
 o y
  public float y(int index)
 o equals
  public boolean equals(MFVec2f f)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o copy
  public void copy(MFVec2f f)
 o copy
  public void copy(Field f)
Overrides:
copy in class Field
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o print
  public void print(PrintAction a)
Overrides:
print in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index