public class Circle extends Object
| Constructor and Description |
|---|
Circle(double x,
double y,
double r)
Construct a circle with center in x,y and radius r
|
| Modifier and Type | Method and Description |
|---|---|
double |
getR() |
double |
getX() |
double |
getY() |
Pair<Point> |
intersect(Circle c)
Compute the intersection points of two touching circles
|
Copyright © 2017. All rights reserved.