Skip to content

New to the library: trying to make a semicircle #35

Discussion options

You must be logged in to vote

Ok, I had a "brainspark" and was able to get it with more points:

polygon(polyRound([
    [0, 25, 0],
    [25, 25, 25],
    [25, 0, 25],
    [25, -25, 25],
    [0, -25, 0],
],25));

I think maybe before it was because part of the semicircle would extend outside of the "non-rounded triangle"?

For instance, I think this is what I was trying to do before (triangle is non-rounded, semicircle is what I wanted):

And this is what the solution was (square is non-rounded, semicircle is what I wanted):

So the semicircle simply can't fit inside the triangle and therefore isn't really a possible "fillet" for that point

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Irev-Dev
Comment options

Answer selected by derekantrican
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants