Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFVec3f

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFVec3f

public class SFVec3f
extends Field

Constructor Summary
 SFVec3f()
 
 SFVec3f(float x, float y, float z)
 
 

Method Summary
void  getValue(float[] vec3s)
 
float  getX()
 
float  getY()
 
float  getZ()
 
void  setValue(float[] vec3s)
 
void  setValue(float x, float y, float z)
 
void  setValue(ConstSFVec3f vec)
 
void  setValue(SFVec3f vec)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFVec3f

public SFVec3f()

SFVec3f

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

getValue

public void getValue(float[] vec3s)

getX

public float getX()

getY

public float getY()

getZ

public float getZ()

setValue

public void setValue(float[] vec3s)

setValue

public void setValue(float x,
                     float y,
                     float z)

setValue

public void setValue(ConstSFVec3f vec)

setValue

public void setValue(SFVec3f vec)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS