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