vrml.field
Class ConstSFRotation

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.field.ConstSFRotation
All Implemented Interfaces:
java.lang.Cloneable

public class ConstSFRotation
extends ConstField


Constructor Summary
ConstSFRotation(float axisX, float axisY, float axisZ, float angle)
           
 
Method Summary
 void getValue(float[] rotations)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstSFRotation

public ConstSFRotation(float axisX,
                       float axisY,
                       float axisZ,
                       float angle)
Method Detail

getValue

public void getValue(float[] rotations)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object