| Modifier and Type | Field and Description |
|---|---|
double |
X
X coordinate
|
double |
Y
Y coordinate
|
double |
Z
Z coordinate
|
| Constructor and Description |
|---|
Point3D() |
Point3D(double x,
double y,
double z)
Constructor for Point3D from separate X,Y,Z coordinates
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Point3D |
Clone() |
void |
CloneTo(Point3D that) |
boolean |
equals(Object obj) |
int |
hashCode() |
static boolean |
isEquals(Point3D obj1,
Point3D obj2) |
public double X
X coordinate
public double Y
Y coordinate
public double Z
Z coordinate
public Point3D()
public Point3D(double x,
double y,
double z)
Constructor for Point3D from separate X,Y,Z coordinates
x - X coordinatey - Y coordinatez - Z coordinate