I have following equations:
center_y -y1 = m * ( center_x - x1 );
start_y - y1 = m * ( start_x - x1 );
where values of center_y,center_x,start_y,start_x
and m
are known and i want to get values of x1
and y1
...
Kindly provide an appropriate solution in java.../