Appearance
Documentation / @geoverse/editor-core / differencePolygon
Function: differencePolygon()
ts
function differencePolygon(a, b): Polygon | MultiPolygon;Defined in: packages/editor-core/src/geometry/jsts.ts:45
面差集 a - b。
Parameters
a
Polygon | MultiPolygon
b
Polygon | MultiPolygon
Returns
Polygon | MultiPolygon
