Irev-Dev / Round-Anything

A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.
https://kurthutten.com/blog/round-anything-a-pragmatic-approach-to-openscad-design
MIT License
492 stars 48 forks source link

Fix findPoint to deal with 90 degree angles #13

Closed Irev-Dev closed 3 years ago

Irev-Dev commented 3 years ago

because tan(90) results in inf, some conditions were needed for these cases.

Fixes some problems raised in #11 .

Examples still work okay.