I'm looking for some methodology/algorithm to identify geometry constructions doing with compass and straightedge. In more sophisticated tools, constructing a perpendicular bisector, could be done with a specific tool. In my case I will get a sequence of lines and arcs (drawn by compass) only, via a computer-based drawing tool. How is it possible to identify that whether there's a perpendicular bisector constructed using that tool? Is there an existing algorithm or methodology for that?
In research literature I found one way of achieving this is to record mouse events and inspecting that (no concrete methodology described).
In my case, I need identify that perpendicular bisector by the sequence of lines and arcs.
PS: perpendicular bisector is one of the constructions I need to identify. There are several others such as angle bisector, Perpendicular across a point on line etc.
Appreciate your answers on this!