OverlapResult
Constructors
OverlapResult(span1,span2)→OverlapResult
Properties
.span1OverlapSpan
The overlapping span on the first path.
.span2OverlapSpan
The overlapping span on the second path.
Methods
.clone()→OverlapResult
Returns a copy of this overlap.
.equals(overlap)→boolean
overlapReturns true if the overlaps are exactly equal, false otherwise.
.hasPointLikeSpan()→boolean
Returns true if ether of this overlap's spans have equal times.
A single overlap between two paths. An overlap contains the spans on each path where they overlap.