java.lang.Object
org.jhotdraw8.geom.intersect.IntersectEllipsePolygon
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntersectionResultintersectEllipsePolygon(Point2D c, double rx, double ry, List<Point2D.Double> points) Computes the intersection between a circle and a polygon.
-
Method Details
-
intersectEllipsePolygon
public static IntersectionResult intersectEllipsePolygon(Point2D c, double rx, double ry, List<Point2D.Double> points) Computes the intersection between a circle and a polygon.- Parameters:
c- the center of the ellipserx- the x-radius of the ellipsery- the y-radius of the ellipsepoints- the points of the polygon- Returns:
- computed intersection
-