In a system I'm building I'd like to have a "point" that hangs from two wires. The length of these wires is variable.
So basically I would have a triangle, two sides of which are "varible".
Could you give any hints on what to read/ how to build an algorithm that is given x,y coordinates of the point that is between the two sides of the triangles, and that could be used to calculate the two lengths of the sides.