Skip to content

Implement Geometry Clipping #15

@Shkyrockett

Description

@Shkyrockett

A Polygon clipping system is needed. It will most likely be used by the Editor more than anything else, but is needed.

Requirements:

  • Needs to be performant.
  • Simple polygon, to simple polygon clipping.
  • Simple polygon, to multiple contour clipping.
  • Multiple contour, to multiple contour clipping.
  • Polyline to Polygon.
  • Geometry path to polygon.
  • Any shape to polygon.
  • Must be able to handle self intersecting.
  • Must be able to handle clockwise, as well as counter-clockwise windings.
  • Must be able to handle edge coincident points.
  • Should use common structures as much as possible.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions