All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.SFRotation

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

public class SFRotation
extends Field

Constructor Index

 o SFRotation()
 o SFRotation(float, float, float, float)

Method Index

 o getValue(float[])
 o setValue(ConstSFRotation)
 o setValue(float, float, float, float)
 o setValue(float[])
 o setValue(SFRotation)
 o toString()

Constructors

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

Methods

 o getValue
 public synchronized void getValue(float rotation[])
 o setValue
 public synchronized void setValue(float rotation[])
 o setValue
 public synchronized void setValue(float axisX,
                                   float axisY,
                                   float axisZ,
                                   float angle)
 o setValue
 public void setValue(ConstSFRotation rotation)
 o setValue
 public synchronized void setValue(SFRotation rotation)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index