Class dnx.lr.field.MFVec3f
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.MFVec3f
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.MField
|
+----dnx.lr.field.MFVec3f
- public class MFVec3f
- extends MField
-
MFVec3f()
-
-
MFVec3f(float, float, float)
-
-
MFVec3f(FloatList)
-
-
MFVec3f(Point3)
-
-
MFVec3f(SFVec3f)
-
-
MFVec3f(Vector3)
-
-
addValue(float, float, float)
-
-
addValue(FloatList)
-
-
addValue(Point3)
-
-
addValue(SFVec3f)
-
-
addValue(Vector3)
-
-
alloc()
-
-
clear()
-
-
copy(Field)
-
-
copy(MFVec3f)
-
-
equals(MFVec3f)
-
-
equals(Object)
-
-
free()
-
-
getValue(int, float[])
- Return the value at index into an array of 3 floats
-
getValue(int, float[], int)
- Return the value at index into an array of 3 floats starting
at the specified offset in the array.
-
getValue(int, Point3)
- Return the value of the value at index into a Point3
-
getValue(int, SFVec3f)
- Return the value of the value at index into an SFVec3f
-
getValue(int, Vector3)
- Return the value of the value at index into a Vector3
-
insertValue(int, float, float, float)
-
-
insertValue(int, FloatList)
-
-
insertValue(int, Point3)
-
-
insertValue(int, SFVec3f)
-
-
insertValue(int, Vector3)
-
-
print(PrintAction)
-
-
readInternal(ReadAction)
- Implementation of read().
-
remove(int)
-
-
setValue(float, float, float)
-
-
setValue(FloatList)
-
-
setValue(int, float, float, float)
-
-
setValue(int, Point3)
-
-
setValue(int, SFVec3f)
-
-
setValue(int, Vector3)
-
-
setValue(Point3)
-
-
setValue(SFVec3f)
-
-
setValue(Vector3)
-
-
size()
-
-
x(int)
-
-
y(int)
-
-
z(int)
-
MFVec3f
public MFVec3f()
MFVec3f
public MFVec3f(float x,
float y,
float z)
MFVec3f
public MFVec3f(Vector3 v)
MFVec3f
public MFVec3f(Point3 p)
MFVec3f
public MFVec3f(SFVec3f v)
MFVec3f
public MFVec3f(FloatList li)
alloc
public static MFVec3f 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,
float z)
setValue
public void setValue(Vector3 v)
setValue
public void setValue(Point3 p)
setValue
public void setValue(SFVec3f v)
setValue
public void setValue(FloatList li)
setValue
public void setValue(int index,
float x,
float y,
float z)
setValue
public void setValue(int index,
Vector3 v)
setValue
public void setValue(int index,
Point3 p)
setValue
public void setValue(int index,
SFVec3f v)
addValue
public void addValue(float x,
float y,
float z)
addValue
public void addValue(Vector3 v)
addValue
public void addValue(Point3 p)
addValue
public void addValue(SFVec3f v)
addValue
public void addValue(FloatList li)
insertValue
public void insertValue(int index,
float x,
float y,
float z)
insertValue
public void insertValue(int index,
Vector3 v)
insertValue
public void insertValue(int index,
Point3 p)
insertValue
public void insertValue(int index,
SFVec3f v)
insertValue
public void insertValue(int index,
FloatList li)
getValue
public void getValue(int index,
Vector3 v)
- Return the value of the value at index into a Vector3
getValue
public void getValue(int index,
Point3 p)
- Return the value of the value at index into a Point3
getValue
public void getValue(int index,
SFVec3f v)
- Return the value of the value at index into an SFVec3f
getValue
public void getValue(int index,
float in[])
- Return the value at index into an array of 3 floats
getValue
public void getValue(int index,
float in[],
int offset)
- Return the value at index into an array of 3 floats starting
at the specified offset in the array.
x
public float x(int index)
y
public float y(int index)
z
public float z(int index)
equals
public boolean equals(MFVec3f f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
copy
public void copy(MFVec3f 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