Uses of Class
com.github.micycle1.clipper2.core.RectD
Packages that use RectD
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.
-
Uses of RectD in com.github.micycle1.clipper2
Fields in com.github.micycle1.clipper2 declared as RectDModifier and TypeFieldDescriptionstatic final RectDClipper.InvalidRectDSentinel invalidRectDused while computing floating-point bounds.Methods in com.github.micycle1.clipper2 that return RectDModifier and TypeMethodDescriptionstatic RectDReturns the bounds of a floating-point path.static RectDReturns the bounds of multiple floating-point paths.Methods in com.github.micycle1.clipper2 with parameters of type RectDModifier and TypeMethodDescriptionstatic voidClipper.inflateRect(RectD rec, double dx, double dy) Expands or contracts a floating-point rectangle in place.static PathsDstatic PathsDstatic PathsDstatic PathsDstatic PathsDClipper.rectClipLines(RectD rect, PathD path) static PathsDClipper.rectClipLines(RectD rect, PathD path, int precision) static PathsDClipper.rectClipLines(RectD rect, PathsD paths) static PathsDClipper.rectClipLines(RectD rect, PathsD paths, int precision) static Rect64 -
Uses of RectD in com.github.micycle1.clipper2.core
Methods in com.github.micycle1.clipper2.core that return RectDMethods in com.github.micycle1.clipper2.core with parameters of type RectDConstructors in com.github.micycle1.clipper2.core with parameters of type RectD