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

Exercise 3.1: I Go Round in Circles, "1 unit wide" #60

Open
eed3si9n opened this issue Jan 21, 2019 · 0 comments
Open

Exercise 3.1: I Go Round in Circles, "1 unit wide" #60

eed3si9n opened this issue Jan 21, 2019 · 0 comments

Comments

@eed3si9n
Copy link

https://github.com/underscoreio/creative-scala/blob/develop/src/pages/pictures/images.md#i-go-round-in-circles--

original

Create circles that are 1, 10, and 100 units wide. Now draw them!

circle(1)

problem

If the passed in parameter is radius, then circle(1) would draw circle with 2 unit width.

expectation

I'd think the following would give the circle with 1 width:

circle(0.5)

Am I understanding this wrong?

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