zer0-star / Nim-ACL

ACL (AtCoder Library) implementation in Nim
Creative Commons Zero v1.0 Universal
22 stars 3 forks source link

fix distance between segment and point #62

Closed haruyama480 closed 8 months ago

haruyama480 commented 8 months ago

fix #47

https://github.com/zer0-star/Nim-ACL/issues/47#issuecomment-1784147726

haruyama480 commented 8 months ago

これで無事 verify/extra/geometry/aoj_cgl_2_d_distance_test.nimのテストも通るようになりました

chaemon commented 8 months ago

マージしたんですが、intersect(Segment, Point)を消すとaoj_1033_segment_arrangement_test.nimがコンパイルできなくなりますね。。。