spatial_query
spatial_query copied to clipboard
A JQuery like Javascript library for working with Matrix / Vertex / Polygon / Latitude and Longitude
Results
1
spatial_query issues
Sort by
recently updated
recently updated
newest added
Here's a test case, two boxes right next to each other. $p([[0,0],[0,1],[1,1],[1,0]]).union_2d($p([[1,0],[1,1],[2,1],[2,0]])) This returns null. Those don't overlap, maybe that's the problem. But, this doesn't work either. $p([[0,0],[0,1],[1,1],[1,0]]).union_2d($p([[0,0],[1,1],[2,1],[2,0]])) This returns...