Uses of Enum
com.github.micycle1.clipper2.rectclip.RectClip64.Location
Packages that use RectClip64.Location
Package
Description
This unit contains the code that implements the RectClip64 functions found in
the Clipper Unit.
-
Uses of RectClip64.Location in com.github.micycle1.clipper2.rectclip
Methods in com.github.micycle1.clipper2.rectclip that return RectClip64.LocationModifier and TypeMethodDescriptionstatic RectClip64.LocationReturns the enum constant of this type with the specified name.static RectClip64.Location[]RectClip64.Location.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.micycle1.clipper2.rectclip with parameters of type RectClip64.LocationModifier and TypeMethodDescriptionprotected static RectClip64.IntersectionResultRectClip64.getIntersection(Path64 rectPath, Point64 p, Point64 p2, RectClip64.Location loc, Point64 ipRefObject) protected RectClip64.NextLocationResultRectClip64.getNextLocation(Path64 path, RectClip64.Location loc, int i, int highI)