Outlines rewrite theoretically done
This commit is contained in:
parent
df7b76c610
commit
4844a044df
3 changed files with 36 additions and 24 deletions
|
@ -68,7 +68,7 @@ exports.bbox = (arr) => {
|
|||
return {low: [minx, miny], high: [maxx, maxy]}
|
||||
}
|
||||
|
||||
const farPoint = [1234.1234, 2143.56789]
|
||||
const farPoint = exports.farPoint = [1234.1234, 2143.56789]
|
||||
|
||||
exports.union = exports.add = (a, b) => {
|
||||
return m.model.combine(a, b, false, true, false, true, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue