|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.croftsoft.core.math.Point3d
public final class Point3d
A mutable point in three-dimensional real space (x, y, and z).
Constructor Summary | |
---|---|
Point3d()
Deprecated. |
|
Point3d(double x,
double y,
double z)
Deprecated. |
Method Summary | |
---|---|
Object |
clone()
Deprecated. |
boolean |
equals(Object other)
Deprecated. |
static boolean |
equivalent(Point3d aPoint3d,
Point3d bPoint3d)
Deprecated. |
double |
getX()
Deprecated. |
double |
getY()
Deprecated. |
double |
getZ()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setX(double x)
Deprecated. |
void |
setY(double y)
Deprecated. |
void |
setZ(double z)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point3d(double x, double y, double z)
public Point3d()
Method Detail |
---|
public static boolean equivalent(Point3d aPoint3d, Point3d bPoint3d)
public double getX()
public double getY()
public double getZ()
public void setX(double x)
public void setY(double y)
public void setZ(double z)
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Object clone()
clone
in class Object
public String toString()
toString
in class Object
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |