public interface Circle2D extends Shape
| Modifier and Type | Method and Description |
|---|---|
double |
angleTo(Circle2D circle2D) |
Circle2D |
copy() |
double |
getArea() |
List<Point2D> |
getBounds() |
Point2D |
getCenter() |
tr.com.terrayazilim.core.unit.DimensionUnit |
getDimensionUnit() |
double |
getHeight() |
double |
getRadius() |
ShapeUnit |
getShapeUnit() |
double |
getWidth() |
boolean |
isBounded() |
Circle2D |
scale(double scaleFactor) |
Circle2D |
translate(double... args) |
double getArea()
double angleTo(Circle2D circle2D)
circle2D - Point2D getCenter()
double getRadius()
double getWidth()
double getHeight()
Circle2D copy()
boolean isBounded()
Circle2D translate(double... args)
Circle2D scale(double scaleFactor)
tr.com.terrayazilim.core.unit.DimensionUnit getDimensionUnit()
getDimensionUnit in interface ShapeShapeUnit getShapeUnit()
getShapeUnit in interface ShapeCopyright © 2018 Terra Software Informatics LLC.. All rights reserved.