Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
mergeOverlappingPoints
Function mergeOverlappingPoints
Merges overlapping points using the line-based system Returns updated points and lines arrays
mergeOverlappingPoints
(
points
:
DucPoint
[]
,
lines
:
DucLine
[]
,
threshold
?:
RawValue
,
)
:
{
lines
:
DucLine
[]
;
points
:
DucPoint
[]
}
Parameters
points
:
DucPoint
[]
lines
:
DucLine
[]
threshold
:
RawValue
= ...
Returns
{
lines
:
DucLine
[]
;
points
:
DucPoint
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...
Merges overlapping points using the line-based system Returns updated points and lines arrays