Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.ConstMFRotation

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.ConstField
                    |
                    +----vrml.ConstMField
                            |
                            +----vrml.field.ConstMFRotation

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.ConstMField
 getSize
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
Overrides:
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

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS