How to detect if there is an intersection between a line and other existing elements in a figure GUI ?

1 view (last 30 days)
I have a figure GUI matlab which contains elements like circle-arcs and lines (as shown in the fig below). I will draw a line .But before drawing i would like to verify if there is an intersection between the line and the other elements. If there is, the program should not draw the line.
So, my question is is there a method to detect if there is an intersection easily without having to verify it element by element? Thanks

Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!