vrml.field
Class ConstMFRotation
java.lang.Object
|
+--vrml.Field
|
+--vrml.ConstField
|
+--vrml.ConstMField
|
+--vrml.field.ConstMFRotation
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ConstMFRotation
- extends ConstMField
Methods inherited from class java.lang.Object |
,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ConstMFRotation
public ConstMFRotation(float[][] rotations)
ConstMFRotation
public ConstMFRotation(float[] rotations)
ConstMFRotation
public ConstMFRotation(int size,
float[] rotations)
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