> let c = disk (1, 1) 1 | |
> isInShape c (2, 0) | |
False | |
> isInShape c (2, 1) | |
True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
> let c = disk (1, 1) 1 | |
> isInShape c (2, 0) | |
False | |
> isInShape c (2, 1) | |
True |