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