Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

union_2d doesn't work #1

Open
albertsun opened this issue May 5, 2011 · 0 comments
Open

union_2d doesn't work #1

albertsun opened this issue May 5, 2011 · 0 comments

Comments

@albertsun
Copy link

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 null too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant