Hi ,
I am having 3 points which on joining form a triangle with 3 lines, but I want to draw an arc joining the big side to make a semicircle instead of 2 sides for the triangle.
call moveto_w(wx11,wy11,wxy)
status = lineto_w(wx6,wy6)
call moveto_w(wx3,wy3,wxy)
status = lineto_w(wx11,wy11)
call moveto_w(wx12,wy12,wxy)
status = lineto_w(wx4,wy4)
call moveto_w(wx5,wy5,wxy)
status = lineto_w(wx12,wy12)
How can i make a semicircle with one diameter as the largest side???
I am having 3 points which on joining form a triangle with 3 lines, but I want to draw an arc joining the big side to make a semicircle instead of 2 sides for the triangle.
call moveto_w(wx11,wy11,wxy)
status = lineto_w(wx6,wy6)
call moveto_w(wx3,wy3,wxy)
status = lineto_w(wx11,wy11)
call moveto_w(wx12,wy12,wxy)
status = lineto_w(wx4,wy4)
call moveto_w(wx5,wy5,wxy)
status = lineto_w(wx12,wy12)
How can i make a semicircle with one diameter as the largest side???