Class iicm.vrml.pw.SFVec3f
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.SFVec3f
java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFVec3f
  -  public class SFVec3f
  -  extends Field
SFVec3f - Field that holds a 3D vector (3 floats)
Copyright (c) 1996 IICM
   
  -   SFVec3f(float, float, float) SFVec3f(float, float, float)
-  
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(float, float, float) setValue(float, float, float)
-  
   
 SFVec3f
SFVec3f
  public SFVec3f(float x,
                 float y,
                 float z)
   
 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)
All Packages  Class Hierarchy  This Package  Previous  Next  Index