PolyBool class

Constructors

PolyBool()

Properties

hashCode int
The hash code for this object.
no setterinherited
log ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

combine(SegmentList segments1, SegmentList segments2) CombinedSegmentLists
difference(RegionPolygon poly1, RegionPolygon poly2) RegionPolygon
differenceRev(RegionPolygon poly1, RegionPolygon poly2) RegionPolygon
intersect(RegionPolygon poly1, RegionPolygon poly2) RegionPolygon
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
polygon(SegmentList segments) RegionPolygon
segments(RegionPolygon poly) SegmentList
selectDifference(CombinedSegmentLists combined) SegmentList
selectDifferenceRev(CombinedSegmentLists combined) SegmentList
selectIntersect(CombinedSegmentLists combined) SegmentList
selectUnion(CombinedSegmentLists combined) SegmentList
selectXor(CombinedSegmentLists combined) SegmentList
toString() String
A string representation of this object.
inherited
union(RegionPolygon poly1, RegionPolygon poly2) RegionPolygon
xor(RegionPolygon poly1, RegionPolygon poly2) RegionPolygon

Operators

operator ==(Object other) bool
The equality operator.
inherited