Uses of Enum
com.github.micycle1.clipper2.engine.PointInPolygonResult
Packages that use PointInPolygonResult
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.
-
Uses of PointInPolygonResult in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 that return PointInPolygonResultModifier and TypeMethodDescriptionstatic PointInPolygonResultClipper.pointInPolygon(Point64 pt, Path64 polygon) static PointInPolygonResultClipper.pointInPolygon(PointD pt, PathD polygon) static PointInPolygonResultClipper.pointInPolygon(PointD pt, PathD polygon, int precision) -
Uses of PointInPolygonResult in com.github.micycle1.clipper2.core
Methods in com.github.micycle1.clipper2.core that return PointInPolygonResultModifier and TypeMethodDescriptionstatic PointInPolygonResultInternalClipper.pointInPolygon(Point64 pt, Path64 polygon) -
Uses of PointInPolygonResult in com.github.micycle1.clipper2.engine
Methods in com.github.micycle1.clipper2.engine that return PointInPolygonResultModifier and TypeMethodDescriptionstatic PointInPolygonResultReturns the enum constant of this type with the specified name.static PointInPolygonResult[]PointInPolygonResult.values()Returns an array containing the constants of this enum type, in the order they are declared.