MonotoneChainOverlapAction class

The action for the internal iterator for performing overlap queries on a MonotoneChain

@version 1.7

Implementers

Properties

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

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
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
toString() String
A string representation of this object.
inherited

Operators

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