Outlines rewrite in progress
This commit is contained in:
parent
bd6b5a0ca6
commit
6504b2b952
3 changed files with 216 additions and 172 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue