- Source:
Type Definitions
canBorders
Type:
- object
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
pairwiseIntervals1D |
pairwiseIntervals1D |
<optional> |
|
voronoiIntervals1D |
voronoiIntervals1D |
<optional> |
|
voronoiLines2D |
voronoiLines2D |
<optional> |
|
rankingIntervals1D |
rankingIntervals1D |
<optional> |
- Source:
pairwiseIntervals1D
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
midpoints |
Array.<Array.<number>> | midpoint for every pair of candidates |
iLower |
Array.<Array.<number>> | true if first candidate of pair is lower in x coordinate than second. |
- Source:
rankingIntervals1D
Type:
- object
- Source:
voronoiIntervals1D
Type:
- object
- Source:
voronoiLines2D
Type:
- Array.<typesMath.lineHomogeneous>
- Source: