Truncate subs union
This commit is contained in:
parent
08b3289f4d
commit
a7f9e51b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function unify(polyList) {
|
|||
if (i === 0) {
|
||||
unionTemp = cleanPol;
|
||||
} else {
|
||||
unionTemp = tunion(unionTemp, cleanPol);
|
||||
unionTemp = ttrunc(tunion(unionTemp, cleanPol), truncOptions);
|
||||
}
|
||||
}
|
||||
return unionTemp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue