gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

2D Line Circle Intersection #115

Open saravanan2020 opened 5 years ago

saravanan2020 commented 5 years ago

Hi, Is it implemented 2d line and circle intersection?. I want to find the intersection points of a line with a circle with given radius.

Thanks.