Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle#minmax does the wrong thing when center is a PointZero #57

Closed
bfoz opened this issue Jun 1, 2013 · 1 comment
Closed

Circle#minmax does the wrong thing when center is a PointZero #57

bfoz opened this issue Jun 1, 2013 · 1 comment
Labels

Comments

@bfoz
Copy link
Owner

bfoz commented Jun 1, 2013

PointZero + @radius generates a Numeric when it should be generating a Point.

@bfoz
Copy link
Owner Author

bfoz commented May 5, 2014

The problem was that PointZero + Numeric resulted in another Numeric, instead of a Point, because there was no way to know what size to make the Point. Fixed by creating the PointIso class. Now adding a Numeric to a PointZero yields a PointIso with the same value as the Numeric.

@bfoz bfoz closed this as completed May 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant