Outlines rewrite in progress

This commit is contained in:
Bán Dénes 2022-01-09 22:56:05 +01:00
parent bd6b5a0ca6
commit 6504b2b952
3 changed files with 216 additions and 172 deletions

View file

@ -56,7 +56,7 @@ exports.poly = (arr) => {
const farPoint = [1234.1234, 2143.56789]
exports.union = (a, b) => {
exports.union = exports.add = (a, b) => {
return m.model.combine(a, b, false, true, false, true, {
farPoint
})