|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.util.additions3d.Point3D
public class Point3D
| Constructor Summary | |
|---|---|
Point3D()
Constructor |
|
Point3D(double x,
double y,
double z,
long timeStamp)
Constructor |
|
| Method Summary | |
|---|---|
Object |
clone()
Clones a point3D. |
long |
getTimeStamp()
returns the time stamp for this point |
double |
getX()
|
double |
getY()
|
double |
getZ()
|
boolean |
hasTimeStamp()
Returns true if the point has a timestamp, otherwise false |
void |
set(double x,
double y,
double z)
Set x, y and z |
void |
setTimeStamp(long timeStamp)
sets the timestamp for this point |
void |
setX(double x)
|
void |
setY(double y)
|
void |
setZ(double z)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point3D()
public Point3D(double x,
double y,
double z,
long timeStamp)
x - y - z - timeStamp - | Method Detail |
|---|
public long getTimeStamp()
public void set(double x,
double y,
double z)
x - y - z - public void setTimeStamp(long timeStamp)
timeStamp - public boolean hasTimeStamp()
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getZ()
public void setZ(double z)
public Object clone()
clone in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||