SegmentOverlapAction class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
overlapSeg1 LineSegment
getter/setter pairinherited
overlapSeg2 LineSegment
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
si SegmentIntersectorN
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overlap(MonotoneChainI mc1, int start1, MonotoneChainI mc2, int start2) → void
This function can be overridden if the original chains are needed
override
overlapLS(LineSegment seg1, LineSegment seg2) → void
This is a convenience function which can be overridden to obtain the actual line segments which overlap @param seg1 @param seg2
inherited
toString() String
A string representation of this object.
inherited

Operators

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