|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.croftsoft.core.math.Point2D
public final class Point2D
A point in the standard Cartesian coordinate system using doubles.
This positive x-axis is to the right and the positive y-axis is up.
Field Summary | |
---|---|
double |
x
Deprecated. |
double |
y
Deprecated. |
Constructor Summary | |
---|---|
Point2D()
Deprecated. |
|
Point2D(double x,
double y)
Deprecated. |
Method Summary | |
---|---|
double |
angleTo(Point2D target)
Deprecated. The angle, in radians, from this point to the target point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public Point2D(double x, double y)
public Point2D()
Method Detail |
---|
public double angleTo(Point2D target)
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |