Class vrml.field.ConstMFRotation
java.lang.Object
|
+----vrml.Field
|
+----vrml.ConstField
|
+----vrml.ConstMField
|
+----vrml.field.ConstMFRotation
- public class ConstMFRotation
- extends ConstMField
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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