public class Circle extends Object
Constructor and Description |
---|
Circle() |
Circle(Point2D center) |
Circle(Point2D p1,
Point2D p2) |
Modifier and Type | Method and Description |
---|---|
Point2D |
getCenter() |
static Circle |
getCircle(Point2D p1,
Point2D p2,
Point2D p3) |
double |
getRadius() |
boolean |
isOutside(Point2D point) |
public Circle()
public Circle(Point2D center)
Copyright © 2014. All Rights Reserved.