| Constructor and Description |
|---|
Point3D()
Constructor
|
Point3D(double x,
double y,
double z,
long timeStamp)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public Point3D()
public Point3D(double x,
double y,
double z,
long timeStamp)
x - y - z - timeStamp - 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)
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.