Class vrml.field.ConstMFRotation
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.field.ConstMFRotation
java.lang.Object
|
+----vrml.Field
|
+----vrml.ConstField
|
+----vrml.ConstMField
|
+----vrml.field.ConstMFRotation
- public class ConstMFRotation
- extends ConstMField
-
ConstMFRotation()
-
-
copy(Field)
-
-
createObfuscatedField(Field)
-
-
get1Value(int, float[])
-
-
get1Value(int, SFRotation)
-
-
getSize()
-
-
getValue(float[])
-
-
getValue(float[][])
-
-
toString()
-
-
unobfuscate()
-
ConstMFRotation
public ConstMFRotation()
createObfuscatedField
protected Field createObfuscatedField(Field field)
- Overrides:
- createObfuscatedField in class Field
unobfuscate
protected Field unobfuscate()
- Overrides:
- unobfuscate in class Field
copy
protected void copy(Field f)
- Overrides:
- copy in class Field
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 rotation[])
get1Value
public void get1Value(int index,
SFRotation rotation)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index