iicm.vrml.pw
Class 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)


Fields inherited from class iicm.vrml.pw.Field
changed, class_, F_EVENTIN, F_EVENTOUT, F_EXPOSEDFIELD, F_FIELD, readerror, STR_EVENTIN, STR_EVENTOUT, STR_EXPOSEDFIELD, STR_FIELD
 
Constructor Summary
SFVec3f(float x, float y, float z)
           
 
Method Summary
 java.lang.String fieldName()
          the field's type name
 float[] getValue()
           
 void setValue(float x, float y, float z)
           
 
Methods inherited from class iicm.vrml.pw.Field
findProtoField, getFieldClass, getFieldClassName, getTimeOfChange, readError, sendEvent, setEventCallback, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFVec3f

public SFVec3f(float x,
               float y,
               float z)
Method Detail

fieldName

public java.lang.String fieldName()
Description copied from class: Field
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)