|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.Point2D
public class Point2D
a 2 dimensional point
Field Summary | |
---|---|
double |
x
|
double |
y
|
Constructor Summary | |
---|---|
Point2D()
|
|
Point2D(double x,
double y)
constructor |
|
Point2D(Point2D p)
copy constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public Point2D(double x, double y)
x
- [in] x coordinatey
- [in] y coordinatepublic Point2D()
public Point2D(Point2D p)
p
- [in] other point
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |