All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.ConstSFRotation

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.ConstField
                   |
                   +----berkeley.cs.dmc.vrml.field.ConstSFRotation

public class ConstSFRotation
extends ConstField

Constructor Index

 o ConstSFRotation(float, float, float, float)

Method Index

 o getValue(float[])
 o toString()

Constructors

 o ConstSFRotation
 public ConstSFRotation(float axisX,
                        float axisY,
                        float axisZ,
                        float angle)

Methods

 o getValue
 public void getValue(float rotations[])
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index