|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.ConstField
vrml.field.ConstSFVec2d
public class ConstSFVec2d
Represents a read-only VRML SFVec2d field in Java.
Constructor Summary | |
---|---|
ConstSFVec2d(double x,
double y)
Construct a read-only SFVec2d field. |
Method Summary | |
---|---|
void |
getValue(double[] vec2s)
Get the X and Y values representing the SFVec2d. |
double |
getX()
Get the X-component of the vector. |
double |
getY()
Get the Y-component of the vector. |
Methods inherited from class vrml.ConstField |
---|
clone |
Methods inherited from class vrml.Field |
---|
dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstSFVec2d(double x, double y)
x
- X-componenty
- Y-componentMethod Detail |
---|
public void getValue(double[] vec2s)
vec2s
- X and Y values representing the SFVec2dpublic double getX()
public double getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |