Uses of Class
com.github.micycle1.clipper2.core.PointD
Packages that use PointD
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 PointD in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 that return PointDModifier and TypeMethodDescriptionstatic PointDstatic PointDClipper.scalePointD(Point64 pt, double scale) Methods in com.github.micycle1.clipper2 with parameters of type PointDModifier and TypeMethodDescriptionstatic PathDApproximates a floating-point circle using an automatically chosen step count.static PathDApproximates a floating-point ellipse using an automatically chosen step count.static PathDApproximates a floating-point ellipse.static PointDstatic doubleClipper.perpendicDistFromLineSqrd(PointD pt, PointD line1, PointD line2) static PointInPolygonResultClipper.pointInPolygon(PointD pt, PathD polygon) static PointInPolygonResultClipper.pointInPolygon(PointD pt, PathD polygon, int precision) static booleanClipper.pointsNearEqual(PointD pt1, PointD pt2, double distanceSqrd) -
Uses of PointD in com.github.micycle1.clipper2.core
Methods in com.github.micycle1.clipper2.core that return PointDMethods in com.github.micycle1.clipper2.core with parameters of type PointDModifier and TypeMethodDescriptionbooleanstatic doubleInternalClipper.crossProduct(PointD vec1, PointD vec2) static doubleInternalClipper.dotProduct(PointD vec1, PointD vec2) static booleanstatic booleanstatic booleanPointD.opNotEquals(PointD lhs, PointD rhs) Constructors in com.github.micycle1.clipper2.core with parameters of type PointDModifierConstructorDescriptionConstructor parameters in com.github.micycle1.clipper2.core with type arguments of type PointD