Class PolyPath64
java.lang.Object
com.github.micycle1.clipper2.engine.PolyPathBase
com.github.micycle1.clipper2.engine.PolyPath64
- All Implemented Interfaces:
Iterable<PolyPathBase>
- Direct Known Subclasses:
PolyTree64
PolyPath64 objects are contained inside PolyTree64s and represents a single
polygon contour. PolyPath64s can also contain children, and there's no limit
to nesting. Each child's Polygon will be inside its parent's Polygon.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doublearea()final PolyPath64get(int index) final Path64Methods inherited from class com.github.micycle1.clipper2.engine.PolyPathBase
clear, getCount, getIsHole, iterator, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PolyPath64
public PolyPath64() -
PolyPath64
-
-
Method Details
-
addChild
- Specified by:
addChildin classPolyPathBase
-
get
-
area
public final double area() -
getPolygon
-