Uses of Class
com.github.micycle1.clipper2.core.Rect64
Packages that use Rect64
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.
This unit contains the code that implements the RectClip64 functions found in
the Clipper Unit.
-
Uses of Rect64 in com.github.micycle1.clipper2
Fields in com.github.micycle1.clipper2 declared as Rect64Modifier and TypeFieldDescriptionstatic final Rect64Clipper.InvalidRect64Sentinel invalidRect64used while computing integer bounds.Methods in com.github.micycle1.clipper2 that return Rect64Modifier and TypeMethodDescriptionstatic Rect64Returns the bounds of an integer path.static Rect64Returns the bounds of multiple integer paths.static Rect64Methods in com.github.micycle1.clipper2 with parameters of type Rect64Modifier and TypeMethodDescriptionstatic voidClipper.inflateRect(Rect64 rec, int dx, int dy) Expands or contracts an integer rectangle in place.static Paths64static Paths64static Paths64Clipper.rectClipLines(Rect64 rect, Path64 path) static Paths64Clipper.rectClipLines(Rect64 rect, Paths64 paths) -
Uses of Rect64 in com.github.micycle1.clipper2.core
Methods in com.github.micycle1.clipper2.core that return Rect64Methods in com.github.micycle1.clipper2.core with parameters of type Rect64Constructors in com.github.micycle1.clipper2.core with parameters of type Rect64 -
Uses of Rect64 in com.github.micycle1.clipper2.rectclip
Fields in com.github.micycle1.clipper2.rectclip declared as Rect64Modifier and TypeFieldDescriptionprotected Rect64RectClip64.pathBounds_protected final Rect64RectClip64.rect_Methods in com.github.micycle1.clipper2.rectclip with parameters of type Rect64Modifier and TypeMethodDescriptionprotected static RectClip64.LocationResultRectClip64.getLocation(Rect64 r, Point64 pt) Constructors in com.github.micycle1.clipper2.rectclip with parameters of type Rect64