Class dnx.lr.field.MFRotation
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.MFRotation
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.MField
|
+----dnx.lr.field.MFRotation
- public class MFRotation
- extends MField
-
MFRotation()
-
-
MFRotation(float, float, float, float)
-
-
MFRotation(Quaternion)
-
-
MFRotation(SFRotation)
-
-
MFRotation(Vector3, float)
-
-
addValue(float, float, float, float)
-
-
addValue(Quaternion)
-
-
addValue(SFRotation)
-
-
addValue(Vector3, float)
-
-
alloc()
-
-
clear()
-
-
copy(Field)
-
-
copy(MFRotation)
-
-
equals(MFRotation)
-
-
equals(Object)
-
-
free()
-
-
getValue(int, float[])
- Return the value at index into a four-valued axis/angle vector
-
getValue(int, float[], int)
- Return the value at index into a four-valued axis/angle vector,
starting at the specified offset in the array.
-
getValue(int, Quaternion)
- Return the value of the value at index into a Quaternion
-
getValue(int, SFRotation)
- Return the value at index into an SFRotation
-
insertValue(int, float, float, float, float)
-
-
insertValue(int, Quaternion)
-
-
insertValue(int, SFRotation)
-
-
insertValue(int, Vector3, float)
-
-
print(PrintAction)
-
-
readInternal(ReadAction)
- Implementation of read().
-
remove(int)
-
-
setValue(float, float, float, float)
-
-
setValue(int, float, float, float, float)
-
-
setValue(int, Quaternion)
-
-
setValue(int, SFRotation)
-
-
setValue(int, Vector3, float)
-
-
setValue(Quaternion)
-
-
setValue(SFRotation)
-
-
setValue(Vector3, float)
-
-
size()
-
MFRotation
public MFRotation()
MFRotation
public MFRotation(float ax,
float ay,
float az,
float angle)
MFRotation
public MFRotation(Vector3 axis,
float angle)
MFRotation
public MFRotation(Quaternion q)
MFRotation
public MFRotation(SFRotation r)
alloc
public static MFRotation 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 ax,
float ay,
float az,
float angle)
setValue
public void setValue(Vector3 axis,
float angle)
setValue
public void setValue(Quaternion q)
setValue
public void setValue(SFRotation r)
setValue
public synchronized void setValue(int index,
float ax,
float ay,
float az,
float angle)
setValue
public synchronized void setValue(int index,
Vector3 axis,
float angle)
setValue
public void setValue(int index,
Quaternion q)
setValue
public synchronized void setValue(int index,
SFRotation r)
addValue
public synchronized void addValue(float ax,
float ay,
float az,
float angle)
addValue
public synchronized void addValue(Vector3 axis,
float angle)
addValue
public synchronized void addValue(Quaternion q)
addValue
public synchronized void addValue(SFRotation r)
insertValue
public synchronized void insertValue(int index,
float ax,
float ay,
float az,
float angle)
insertValue
public synchronized void insertValue(int index,
Vector3 axis,
float angle)
insertValue
public synchronized void insertValue(int index,
Quaternion q)
insertValue
public synchronized void insertValue(int index,
SFRotation r)
getValue
public synchronized void getValue(int index,
Quaternion q)
- Return the value of the value at index into a Quaternion
getValue
public synchronized void getValue(int index,
SFRotation r)
- Return the value at index into an SFRotation
getValue
public synchronized void getValue(int index,
float in[])
- Return the value at index into a four-valued axis/angle vector
getValue
public synchronized void getValue(int index,
float in[],
int offset)
- Return the value at index into a four-valued axis/angle vector,
starting at the specified offset in the array.
equals
public boolean equals(MFRotation f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
copy
public void copy(MFRotation 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 synchronized void print(PrintAction a)
- Overrides:
- print in class Field
All Packages Class Hierarchy This Package Previous Next Index