Function boundingBoxIntersection

  • Calculates all intersections of the given bounding box with the given curve.

    Parameters

    • boundingBox: BoundingBox

      Bounding box to test for intersections.

    • curve: Curve

    Returns PointXY[]

    Array of intersecting points.