Class dnx.lr.field.SFRotation
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFRotation
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFRotation
- public class SFRotation
- extends Field
-
SFRotation()
-
-
SFRotation(float, float, float, float)
-
-
SFRotation(Quaternion)
-
-
alloc()
-
-
alloc(float, float, float, float)
-
-
alloc(Quaternion)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFRotation)
-
-
equals(Object)
-
-
equals(SFRotation)
-
-
free()
-
-
getValue(float[])
- Return the value into a four-valued axis/angle vector
-
getValue(Quaternion)
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(float, float, float, float)
-
-
setValue(Quaternion)
-
-
setValue(Vector3, float)
-
-
toString()
-
SFRotation
public SFRotation(float ax,
float ay,
float az,
float angle)
SFRotation
public SFRotation(Quaternion q)
SFRotation
public SFRotation()
alloc
public static SFRotation alloc(float ax,
float ay,
float az,
float angle)
alloc
public static SFRotation alloc(Quaternion q)
alloc
public static SFRotation alloc()
free
public void free()
- Overrides:
- free in class Field
clear
public void clear()
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
setValue
public synchronized void setValue(float ax,
float ay,
float az,
float angle)
setValue
public synchronized void setValue(Vector3 axis,
float angle)
setValue
public synchronized void setValue(Quaternion q)
copy
public synchronized void copy(SFRotation r)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public void getValue(Quaternion in)
getValue
public void getValue(float in[])
- Return the value into a four-valued axis/angle vector
equals
public boolean equals(SFRotation r)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Field
All Packages Class Hierarchy This Package Previous Next Index