Need help with a task C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdSaint
    New Member
    • Oct 2021
    • 1

    Need help with a task C#

    A circle of radius r with center at point p with coordinates x is given
    and y. Given a line y = b, parallel to the X axis. Determine whether the circle and the line intersect. If there is an intersection, then determine the coordinates of the intersection points.
    Please help.
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 655

    #2
    A circle of radius r with center at point p with coordinates x is given
    and y. Given a line y = b, parallel to the X axis. Determine whether the circle and the line intersect. If there is an intersection, then determine the coordinates of the intersection points.
    What have you done so far?

    Comment

    • Luuk
      Recognized Expert Top Contributor
      • Mar 2012
      • 1043

      #3
      Google for "intersecti on of line and circle formula c#"

      Comment

      Working...