Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class vrml.field.ConstSFVec3f

java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.ConstField
              |
              +--vrml.field.ConstSFVec3f

public class ConstSFVec3f
extends ConstField

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

Constructor Detail

ConstSFVec3f

public ConstSFVec3f(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()

toString

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

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD