Uses of Package
com.github.micycle1.clipper2.core

Package
Description
Clipper2 is an open source freeware library that performs line and polygon clipping, and offsetting.
Core geometry types and enums used throughout the Clipper2 API.
The Clipper64 and ClipperD classes in this unit encapsulate all the logic that performs path clipping.
This unit contains the ClipperOffset class that performs all polygon offsetting.
This unit contains the code that implements the RectClip64 functions found in the Clipper Unit.
  • Class
    Description
    All polygon clipping is performed with a Clipper object with the specific boolean operation indicated by the ClipType parameter passed in its Execute method.
    Complex polygons are defined by one or more closed paths that set both outer and inner polygon boundaries.
    This structure contains a sequence of Point64 vertices defining a single contour (see also terminology).
    This structure contains a sequence of PointD vertices defining a single contour (see also terminology).
    Paths64 represent one or more Path64 structures.
    PathsD represent one or more PathD structures.
    The Point64 structure is used to represent a single vertex (or coordinate) in a series that together make a path or contour (see Path64).
    The PointD structure is used to represent a single floating point coordinate.
     
     
  • Class
    Description
    All polygon clipping is performed with a Clipper object with the specific boolean operation indicated by the ClipType parameter passed in its Execute method.
    Complex polygons are defined by one or more closed paths that set both outer and inner polygon boundaries.
    This structure contains a sequence of Point64 vertices defining a single contour (see also terminology).
    This structure contains a sequence of PointD vertices defining a single contour (see also terminology).
     
    The Point64 structure is used to represent a single vertex (or coordinate) in a series that together make a path or contour (see Path64).
    The PointD structure is used to represent a single floating point coordinate.
     
     
  • Class
    Description
    All polygon clipping is performed with a Clipper object with the specific boolean operation indicated by the ClipType parameter passed in its Execute method.
    Complex polygons are defined by one or more closed paths that set both outer and inner polygon boundaries.
    This structure contains a sequence of Point64 vertices defining a single contour (see also terminology).
    This structure contains a sequence of PointD vertices defining a single contour (see also terminology).
    Paths64 represent one or more Path64 structures.
    PathsD represent one or more PathD structures.
     
  • Class
    Description
    This structure contains a sequence of Point64 vertices defining a single contour (see also terminology).
    This structure contains a sequence of PointD vertices defining a single contour (see also terminology).
    Paths64 represent one or more Path64 structures.
  • Class
    Description
    This structure contains a sequence of Point64 vertices defining a single contour (see also terminology).
    Paths64 represent one or more Path64 structures.
    The Point64 structure is used to represent a single vertex (or coordinate) in a series that together make a path or contour (see Path64).