|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectenv3d.EnvVector
public class EnvVector
A simple structure to hold x, y, and z component of a vector
Constructor Summary | |
---|---|
EnvVector()
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
double |
getZ()
|
void |
setX(double x)
|
void |
setY(double y)
|
void |
setZ(double z)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvVector()
Method Detail |
---|
public double getX()
public void setX(double x)
x
- the x to setpublic double getY()
public void setY(double y)
y
- the y to setpublic double getZ()
public void setZ(double z)
z
- the z to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |