You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be safest for functions like Arc2d.centerPoint, Arc2d.radius and corresponding functions in Arc3d (including 3D-specific ones like Arc3d.normalAxis) to return Maybe values when the arc swept angle is zero (the arc is actually a straight line). Currently they just return infinite values which are not super useful, and it's easy to forget or not realize that this is the case.
The text was updated successfully, but these errors were encountered:
It would be safest for functions like
Arc2d.centerPoint
,Arc2d.radius
and corresponding functions inArc3d
(including 3D-specific ones likeArc3d.normalAxis
) to returnMaybe
values when the arc swept angle is zero (the arc is actually a straight line). Currently they just return infinite values which are not super useful, and it's easy to forget or not realize that this is the case.The text was updated successfully, but these errors were encountered: