|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.plot3d.builder.delaunay.jdt.Circle_dt
public class Circle_dt
this class represents a simple circle.
it is used by the Delaunay Triangulation class.
note that this class is immutable.
Delaunay_Triangulation
Constructor Summary | |
---|---|
Circle_dt(Circle_dt circ)
Copy Constructor. |
|
Circle_dt(Point_dt c,
double r)
Constructor. |
Method Summary | |
---|---|
Point_dt |
Center()
Gets the center of the circle. |
double |
Radius()
Gets the radius of the circle. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Circle_dt(Point_dt c, double r)
c
- Center of the circle.r
- Radius of the circle.public Circle_dt(Circle_dt circ)
circ
.
circ
- Circle to clone.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Point_dt Center()
public double Radius()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |