Class IntersectCirclePolygon

java.lang.Object
org.jhotdraw8.geom.intersect.IntersectCirclePolygon

public class IntersectCirclePolygon extends Object
  • Method Details

    • intersectCirclePolygonEx

      public static IntersectionResultEx intersectCirclePolygonEx(Point2D c, double r, List<Point2D.Double> points)
      Computes the intersection between a circle and a polygon.
      Parameters:
      c - the center of the circle
      r - the radius of the circle
      points - the points of the polygon
      Returns:
      computed intersection