-
Hey, I am trying to make a magsafe accessory for my iPhone in openscad and I found this excellent specsheet of the phone directly from apple, but the rounding of it's corner isn't a trivial single value that I can wrap my head around as a (web-) dev. I've done some digging but can't really pinpoint anything, here are some things that might be related:
I'd be very grateful if someone could point me in the right direction on how to use multiple values for a rounded corner related: idcrook/psychic-winner#2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
My guess is they're just giving a bunch of coordinates on the curve and it's a spline linking them all up, they clearly show the datum as the top left corner. I would probably just try plugging the coordinates into a spline and use BOSL https://github.com/revarbat/BOSL2 |
Beta Was this translation helpful? Give feedback.
My guess is they're just giving a bunch of coordinates on the curve and it's a spline linking them all up, they clearly show the datum as the top left corner. I would probably just try plugging the coordinates into a spline and use BOSL https://github.com/revarbat/BOSL2