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
-
MFVec2f()
-
-
MFVec2f(float, float)
-
-
MFVec2f(FloatList)
-
-
MFVec2f(Point2)
-
-
MFVec2f(SFVec2f)
-
-
MFVec2f(Vector2)
-
-
addValue(float, float)
-
-
addValue(FloatList)
-
-
addValue(Point2)
-
-
addValue(SFVec2f)
-
-
addValue(Vector2)
-
-
alloc()
-
-
clear()
-
-
copy(Field)
-
-
copy(MFVec2f)
-
-
equals(MFVec2f)
-
-
equals(Object)
-
-
free()
-
-
getValue(int, float[])
- Return the value at index into an array of 2 floats
-
getValue(int, float[], int)
- Return the value at index into an array of 2 floats starting
at the specified offset in the array.
-
getValue(int, Point2)
- Return the value of the value at index into a Point2
-
getValue(int, SFVec2f)
- Return the value of the value at index into an SFVec2f
-
getValue(int, Vector2)
- Return the value of the value at index into a Vector2
-
insertValue(int, float, float)
-
-
insertValue(int, FloatList)
-
-
insertValue(int, Point2)
-
-
insertValue(int, SFVec2f)
-
-
insertValue(int, Vector2)
-
-
print(PrintAction)
-
-
readInternal(ReadAction)
- Implementation of read().
-
remove(int)
-
-
setValue(float, float)
-
-
setValue(FloatList)
-
-
setValue(int, float, float)
-
-
setValue(int, Point2)
-
-
setValue(int, SFVec2f)
-
-
setValue(int, Vector2)
-
-
setValue(Point2)
-
-
setValue(SFVec2f)
-
-
setValue(Vector2)
-
-
size()
-
-
x(int)
-
-
y(int)
-
MFVec2f
public MFVec2f()
MFVec2f
public MFVec2f(float x,
float y)
MFVec2f
public MFVec2f(Vector2 v)
MFVec2f
public MFVec2f(Point2 p)
MFVec2f
public MFVec2f(SFVec2f v)
MFVec2f
public MFVec2f(FloatList li)
alloc
public static MFVec2f alloc()
free
public void free()
- Overrides:
- free in class Field
size
public int size()
clear
public void clear()
remove
public void remove(int index)
setValue
public void setValue(float x,
float y)
setValue
public void setValue(Vector2 v)
setValue
public void setValue(Point2 p)
setValue
public void setValue(SFVec2f v)
setValue
public void setValue(FloatList li)
setValue
public void setValue(int index,
float x,
float y)
setValue
public void setValue(int index,
Vector2 v)
setValue
public void setValue(int index,
Point2 p)
setValue
public void setValue(int index,
SFVec2f v)
addValue
public void addValue(float x,
float y)
addValue
public void addValue(Vector2 v)
addValue
public void addValue(Point2 p)
addValue
public void addValue(SFVec2f v)
addValue
public void addValue(FloatList li)
insertValue
public void insertValue(int index,
float x,
float y)
insertValue
public void insertValue(int index,
Vector2 v)
insertValue
public void insertValue(int index,
Point2 p)
insertValue
public void insertValue(int index,
SFVec2f v)
insertValue
public void insertValue(int index,
FloatList li)
getValue
public void getValue(int index,
Vector2 v)
- Return the value of the value at index into a Vector2
getValue
public void getValue(int index,
Point2 p)
- Return the value of the value at index into a Point2
getValue
public void getValue(int index,
SFVec2f v)
- Return the value of the value at index into an SFVec2f
getValue
public void getValue(int index,
float in[])
- Return the value at index into an array of 2 floats
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.
x
public float x(int index)
y
public float y(int index)
equals
public boolean equals(MFVec2f f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
copy
public void copy(MFVec2f f)
copy
public void copy(Field f)
- Overrides:
- copy in class Field
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
print
public void print(PrintAction a)
- Overrides:
- print in class Field
All Packages Class Hierarchy This Package Previous Next Index