Class iicm.vrml.pw.MFRotation
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.MFRotation
java.lang.Object
|
+----iicm.vrml.pw.Field
|
+----iicm.vrml.pw.MultiField
|
+----iicm.vrml.pw.MFRotation
- public class MFRotation
- extends MultiField
MFRotation - Field that holds an array of rotations,
each represented by 4 floats (3D axis and rotation angle)
Copyright (c) 1996,97 IICM
-
fieldName()
- the field's type name
-
getValueCopy()
-
-
getValueCount()
-
-
getValueData()
-
-
setValue(float[])
-
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValueData
public final float[] getValueData()
getValueCount
public final int getValueCount()
- Overrides:
- getValueCount in class MultiField
getValueCopy
public final float[] getValueCopy()
setValue
public final void setValue(float vals[])
All Packages Class Hierarchy This Package Previous Next Index