| Constructor and Description |
|---|
Circle2D(double centerX,
double centerY,
double radius)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(double x,
double y) |
boolean |
isEmpty() |
String |
toString() |
public Circle2D(double centerX,
double centerY,
double radius)
centerX - x value of the second centercenterY - y value of the second centerradius - the radiusCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.