Class iicm.vrml.pw.SFRotation
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.SFRotation
java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFRotation
  -  public class SFRotation
  -  extends Field
SFRotation - Field that holds an axis of rotation (3 floats)
followed by the amount of right-handed rotation about that axis
(in radians)
Copyright (c) 1996 IICM
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(float, float, float, float) setValue(float, float, float, float)
-  
   
 fieldName
fieldName
  public String fieldName()
  -  the field's type name
  
    -  Overrides:
    
-  fieldName in class Field
  
 
 getValue
getValue
  public final float[] getValue()
 setValue
setValue
  public final void setValue(float x,
                             float y,
                             float z,
                             float r)
All Packages  Class Hierarchy  This Package  Previous  Next  Index