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

Constructor Index

 o SFRotation()
 o SFRotation(float, float, float, float)
 o SFRotation(Quaternion)

Method Index

 o alloc()
 o alloc(float, float, float, float)
 o alloc(Quaternion)
 o clear()
 o copy(Field)
 o copy(SFRotation)
 o equals(Object)
 o equals(SFRotation)
 o free()
 o getValue(float[])
Return the value into a four-valued axis/angle vector
 o getValue(Quaternion)
 o readInternal(ReadAction)
Implementation of read().
 o setValue(float, float, float, float)
 o setValue(Quaternion)
 o setValue(Vector3, float)
 o toString()

Constructors

 o SFRotation
  public SFRotation(float ax,
                    float ay,
                    float az,
                    float angle)
 o SFRotation
  public SFRotation(Quaternion q)
 o SFRotation
  public SFRotation()

Methods

 o alloc
  public static SFRotation alloc(float ax,
                                 float ay,
                                 float az,
                                 float angle)
 o alloc
  public static SFRotation alloc(Quaternion q)
 o alloc
  public static SFRotation alloc()
 o free
  public void free()
Overrides:
free in class Field
 o clear
  public void clear()
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o setValue
  public synchronized void setValue(float ax,
                                    float ay,
                                    float az,
                                    float angle)
 o setValue
  public synchronized void setValue(Vector3 axis,
                                    float angle)
 o setValue
  public synchronized void setValue(Quaternion q)
 o copy
  public synchronized void copy(SFRotation r)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public void getValue(Quaternion in)
 o getValue
  public void getValue(float in[])
Return the value into a four-valued axis/angle vector
 o equals
  public boolean equals(SFRotation r)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o toString
  public String toString()
Overrides:
toString in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index