mathnet / mathnet-spatial

Math.NET Spatial
http://spatial.mathdotnet.com
MIT License
376 stars 132 forks source link

Circle2D intersection with Line(Segment)2D #237

Closed f-frhs closed 8 months ago

f-frhs commented 9 months ago

I implemented the code to calculate the intersection of the circle with the line, specifically,

It will be nice if we can discuss whether the testcases are sufficient or not.

this task is based on the comment in #186:

I think it would be useful to have additional methods, like

  • intersection of sphere with line/ray
  • intersection of sphere with plane
  • intersection of sphere with another sphere
  • functions which check if a point lies inside/on/outside of the circle

_Originally posted by @jkalias in https://github.com/mathnet/mathnet-spatial/pull/186#discussion_r1146814522_

f-frhs commented 8 months ago

Could you tell me which requrest remains? I lost myself in this PR.

jkalias commented 8 months ago

Thank you for your effort and time!

f-frhs commented 8 months ago

Thank YOU for your patience. It was a nice time for me.