OverlapResult

A single overlap between two paths. An overlap contains the spans on each path where they overlap.

Constructors

OverlapResult(span1,span2)OverlapResult

Properties

The overlapping span on the first path.

The overlapping span on the second path.

Methods

.clone()OverlapResult

Returns a copy of this overlap.

.equals(overlap)boolean

Returns true if the overlaps are exactly equal, false otherwise.

.hasPointLikeSpan()boolean

Returns true if ether of this overlap's spans have equal times.