|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvrml.Field
vrml.ConstField
vrml.field.ConstSFVec3d
public class ConstSFVec3d
Represents a read-only VRML SFVec3d field in Java.
| Constructor Summary | |
|---|---|
ConstSFVec3d(double x,
double y,
double z)
Construct a read-only SFVec3d field. |
|
| Method Summary | |
|---|---|
void |
getValue(double[] vec3s)
Get the X, Y and Z values representing the SFVec3d. |
double |
getX()
Get the X-component of the vector. |
double |
getY()
Get the Y-component of the vector. |
double |
getZ()
Get the Z-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 ConstSFVec3d(double x,
double y,
double z)
x - X-componenty - Y-componentz - Z-component| Method Detail |
|---|
public void getValue(double[] vec3s)
vec3s - X, Y and Z values representing the SFVec3dpublic double getX()
public double getY()
public double getZ()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||