formula to calculate bounding coordinates of an arc in space
I have 2 lines that intersect at a point with know coordinates - x1,y1 - x2,y2 - x3,y3 From this I have calculated an arc at a given radius between the lines. So I now know - 2 arc endpoints x4,y4 and x5,y5 - arc centrepoint Cx,Cy - arc radius r - starting and ending angles relative to the X axis in polar and therefore the angle between the lines. I want to create a formula that will calculate the maximum and minimum X and Y values of the arc. I.e. the coordinates of the box that would enclose the arc. In the example below I can find out the minimum X value and maximum Y value, they are known