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()
- the field's type name
-
getValue()
-
-
setValue(float, float, float, float)
-
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValue
public final float[] getValue()
setValue
public final void setValue(float x,
float y,
float z,
float r)
All Packages Class Hierarchy This Package Previous Next Index