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

Constructor Index

 o MFRotation()
 o MFRotation(float, float, float, float)
 o MFRotation(Quaternion)
 o MFRotation(SFRotation)
 o MFRotation(Vector3, float)

Method Index

 o addValue(float, float, float, float)
 o addValue(Quaternion)
 o addValue(SFRotation)
 o addValue(Vector3, float)
 o alloc()
 o clear()
 o copy(Field)
 o copy(MFRotation)
 o equals(MFRotation)
 o equals(Object)
 o free()
 o getValue(int, float[])
Return the value at index into a four-valued axis/angle vector
 o getValue(int, float[], int)
Return the value at index into a four-valued axis/angle vector, starting at the specified offset in the array.
 o getValue(int, Quaternion)
Return the value of the value at index into a Quaternion
 o getValue(int, SFRotation)
Return the value at index into an SFRotation
 o insertValue(int, float, float, float, float)
 o insertValue(int, Quaternion)
 o insertValue(int, SFRotation)
 o insertValue(int, Vector3, float)
 o print(PrintAction)
 o readInternal(ReadAction)
Implementation of read().
 o remove(int)
 o setValue(float, float, float, float)
 o setValue(int, float, float, float, float)
 o setValue(int, Quaternion)
 o setValue(int, SFRotation)
 o setValue(int, Vector3, float)
 o setValue(Quaternion)
 o setValue(SFRotation)
 o setValue(Vector3, float)
 o size()

Constructors

 o MFRotation
  public MFRotation()
 o MFRotation
  public MFRotation(float ax,
                    float ay,
                    float az,
                    float angle)
 o MFRotation
  public MFRotation(Vector3 axis,
                    float angle)
 o MFRotation
  public MFRotation(Quaternion q)
 o MFRotation
  public MFRotation(SFRotation r)

Methods

 o alloc
  public static MFRotation 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 ax,
                       float ay,
                       float az,
                       float angle)
 o setValue
  public void setValue(Vector3 axis,
                       float angle)
 o setValue
  public void setValue(Quaternion q)
 o setValue
  public void setValue(SFRotation r)
 o setValue
  public synchronized void setValue(int index,
                                    float ax,
                                    float ay,
                                    float az,
                                    float angle)
 o setValue
  public synchronized void setValue(int index,
                                    Vector3 axis,
                                    float angle)
 o setValue
  public void setValue(int index,
                       Quaternion q)
 o setValue
  public synchronized void setValue(int index,
                                    SFRotation r)
 o addValue
  public synchronized void addValue(float ax,
                                    float ay,
                                    float az,
                                    float angle)
 o addValue
  public synchronized void addValue(Vector3 axis,
                                    float angle)
 o addValue
  public synchronized void addValue(Quaternion q)
 o addValue
  public synchronized void addValue(SFRotation r)
 o insertValue
  public synchronized void insertValue(int index,
                                       float ax,
                                       float ay,
                                       float az,
                                       float angle)
 o insertValue
  public synchronized void insertValue(int index,
                                       Vector3 axis,
                                       float angle)
 o insertValue
  public synchronized void insertValue(int index,
                                       Quaternion q)
 o insertValue
  public synchronized void insertValue(int index,
                                       SFRotation r)
 o getValue
  public synchronized void getValue(int index,
                                    Quaternion q)
Return the value of the value at index into a Quaternion
 o getValue
  public synchronized void getValue(int index,
                                    SFRotation r)
Return the value at index into an SFRotation
 o getValue
  public synchronized void getValue(int index,
                                    float in[])
Return the value at index into a four-valued axis/angle vector
 o 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.
 o equals
  public boolean equals(MFRotation f)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o copy
  public void copy(MFRotation 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 synchronized void print(PrintAction a)
Overrides:
print in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index