Skip to content

Conversation

hitonanode
Copy link
Owner

  • IntersectTwoCircles 一部の解なしのケースで nan を返していたのを修正
  • 幾何ライブラリの Point2d<int> を渡してはいけない関数に渡した際にコンパイルエラーとなるよう修正
    • SFINAE でもよかったが本番中に困った時にすぐいじれるように static_assert()

Close #161

@hitonanode hitonanode added the bug Something isn't working label Jan 8, 2022
@hitonanode hitonanode merged commit 1d6b11b into master Jan 8, 2022
@hitonanode hitonanode deleted the fix_geometry_libs branch January 8, 2022 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IntersectTwoCircles() が一方の円がもう一方を完全に含むとき nan を返す

2 participants