Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----vrml.Field | +----vrml.ConstField | +----vrml.field.ConstSFVec2f
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 |
public ConstSFVec2f(float x, float y)
Method Detail |
public void getValue(float[] vec2s)
public float getX()
public float getY()
public java.lang.String toString()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |