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

Method Index

 o fieldName()
the field's type name
 o getValue()
 o setValue(float, float, float, float)

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValue
  public final float[] getValue()
 o setValue
  public final void setValue(float x,
                             float y,
                             float z,
                             float r)

All Packages  Class Hierarchy  This Package  Previous  Next  Index