I am trying to find the centre and radius of a circle passing through a known point, and that is also tangential to two known lines. The only knowns are:
- Line 1 (x1,y1) (x2,y2)
- Line 2 (x3,y3) (x4,y4)
- Known Point (xp,yp)
From that I need to calculate the centre of the circle (x,y).
Any help would be greatly appreciated.
Regards
Martin.