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

Class vrml.field.ConstSFVec2f

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

public class ConstSFVec2f
extends ConstField

Constructor Summary
 ConstSFVec2f(float x, float y)
 
 

Method Summary
void  getValue(float[] vec2s)
 
float  getX()
 
float  getY()
 
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

ConstSFVec2f

public ConstSFVec2f(float x,
                    float y)
Method Detail

getValue

public void getValue(float[] vec2s)

getX

public float getX()

getY

public float getY()

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