Class vrml.field.SFRotation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vrml.field.SFRotation

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.field.SFRotation

public class SFRotation
extends Field

Constructor Index

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

Method Index

 o copy(Field)
 o createObfuscatedField(Field)
 o getValue(float[])
 o setValue(ConstSFRotation)
 o setValue(float, float, float, float)
 o setValue(float[])
 o setValue(SFRotation)
 o toString()
 o unobfuscate()

Constructors

 o SFRotation
  public SFRotation()
 o SFRotation
  public SFRotation(float axisX,
                    float axisY,
                    float axisZ,
                    float rotation)

Methods

 o createObfuscatedField
  protected Field createObfuscatedField(Field field)
Overrides:
createObfuscatedField in class Field
 o unobfuscate
  protected Field unobfuscate()
Overrides:
unobfuscate in class Field
 o getValue
  public void getValue(float vec[])
 o setValue
  public void setValue(float value[])
 o setValue
  public void setValue(float axisX,
                       float axisY,
                       float axisZ,
                       float rotation)
 o setValue
  public void setValue(ConstSFRotation field)
 o setValue
  public void setValue(SFRotation field)
 o copy
  protected void copy(Field f)
Overrides:
copy in class Field
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index