How can I draw a curve which is part of the circle (depending on the end point)?
Let:
A=(Ax,Ay)
B=(Bx,By)
C=(Cx,Cy)
BC(BCx, BC.y)
are middle point betweenB
andC
A
andB
areL1
B
andC
areL2
How do I get the point cross(Mx,My)
from the perpendicular line (B->A)
and (middleBC->C)
?
Any ideas how to get it?