vrml.field
Class ConstMFRotation

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

public class ConstMFRotation
extends ConstMField


Constructor Summary
ConstMFRotation(float[] rotations)
           
ConstMFRotation(float[][] rotations)
           
ConstMFRotation(int size, float[] rotations)
           
 
Method Summary
 void get1Value(int index, float[] rotations)
           
 void get1Value(int index, SFRotation rotation)
           
 int getSize()
           
 void getValue(float[] rotations)
           
 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

ConstMFRotation

public ConstMFRotation(float[][] rotations)

ConstMFRotation

public ConstMFRotation(float[] rotations)

ConstMFRotation

public ConstMFRotation(int size,
                       float[] rotations)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class ConstMField

getValue

public void getValue(float[][] rotations)

getValue

public void getValue(float[] rotations)

get1Value

public void get1Value(int index,
                      float[] rotations)

get1Value

public void get1Value(int index,
                      SFRotation rotation)

toString

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