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

Constructor Index

 o ConstMFRotation(float[])
 o ConstMFRotation(float[][])
 o ConstMFRotation(int, float[])

Method Index

 o get1Value(int, float[])
 o get1Value(int, SFRotation)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o toString()

Constructors

 o ConstMFRotation
 public ConstMFRotation(float rotations[][])
 o ConstMFRotation
 public ConstMFRotation(float rotations[])
 o ConstMFRotation
 public ConstMFRotation(int size,
                        float rotations[])

Methods

 o getSize
 public int getSize()
Overrides:
getSize in class ConstMField
 o getValue
 public void getValue(float rotations[][])
 o getValue
 public void getValue(float rotations[])
 o get1Value
 public void get1Value(int index,
                       float rotations[])
 o get1Value
 public void get1Value(int index,
                       SFRotation rotation)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index