Uses of Package
com.github.micycle1.clipper2.core
Packages that use 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.
-
Classes in com.github.micycle1.clipper2.core used by com.github.micycle1.clipper2ClassDescriptionAll 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.
-
Classes in com.github.micycle1.clipper2.core used by com.github.micycle1.clipper2.coreClassDescriptionAll 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.
-
Classes in com.github.micycle1.clipper2.core used by com.github.micycle1.clipper2.engineClassDescriptionAll 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.
-
Classes in com.github.micycle1.clipper2.core used by com.github.micycle1.clipper2.offset
-
Classes in com.github.micycle1.clipper2.core used by com.github.micycle1.clipper2.rectclipClassDescriptionThis 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).