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

Method Index

 o fieldName()
the field's type name
 o getValueCopy()
 o getValueCount()
 o getValueData()
 o setValue(float[])

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValueData
  public final float[] getValueData()
 o getValueCount
  public final int getValueCount()
Overrides:
getValueCount in class MultiField
 o getValueCopy
  public final float[] getValueCopy()
 o setValue
  public final void setValue(float vals[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index