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

Feature Request: Add option to define circle size based on a square size that fits within it #6

Open
pittgoose opened this issue Nov 18, 2020 · 1 comment

Comments

@pittgoose
Copy link

I'd love to work on this fix, but my idea is to say "I'd like to know what size circle I will need to fit around my 5x5 square".

This idea comes from me wanting to build an iron farm (25x25 square) inside of a flying saucer, and I don't really have a good tool to figure out what size circle I'll need. I'm sure I could look up the mathematical equations and do that math, but I'd like to look that up once, adapt it into your already wonderful circle tool, and then never have to do the math again.

Basically, I'd like to know if this feature ever has a hope of seeing the light of day in your project, or if I should fork your repo and adapt it into my own tool, or just start from scratch.

Thanks!

@pittgoose
Copy link
Author

Looks like it's actually an easy equation. Diameter of a circle = side of internal square * square root of 2. I guess the work needed here is to actually fill those squares on the UI.

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

No branches or pull requests

1 participant