Lines Matching refs:draw_SVG_circle
46 def draw_SVG_circle(rad, centre, params, style, name, parent):#draw an SVG circle with a given radius as trilinear coordinates
362 draw_SVG_circle(0, pt, params, st, 'Circumcentre', layer)
364 draw_SVG_circle(r, pt, params, st, 'Circumcircle', layer)
369 draw_SVG_circle(0, pt, params, st, 'Incentre', layer)
372 draw_SVG_circle(r, pt, params, st, 'Incircle', layer)
390 draw_SVG_circle(0, pt, params, st, 'Orthocentre', layer)
398 draw_SVG_circle(0, pt, params, st, 'Centroid', layer)
403 draw_SVG_circle(0, pt, params, st, 'NinePointCentre', layer)
406 draw_SVG_circle(r, pt, params, st, 'NinePointCircle', layer)
423 draw_SVG_circle(r, v_mat[i], params, st, 'Excircle:'+str(i), layer)
425 draw_SVG_circle(0, v_mat[i], params, st, 'Excentre:'+str(i), layer)
436 draw_SVG_circle(0, pt, params, st, 'SymmmedianPoint', layer)
440 draw_SVG_circle(0, pt, params, st, 'GergonnePoint', layer)
444 draw_SVG_circle(0, pt, params, st, 'NagelPoint', layer)
459 draw_SVG_circle(0, pt, params, st, 'CustomTrilinearPoint', layer)
464 draw_SVG_circle(r, pt, params, st, 'CustomTrilinearCircle', layer)
469 draw_SVG_circle(0, isogonal, params, st, 'CustomIsogonalConjugate', layer)
474 draw_SVG_circle(0, isotomic, params, st, 'CustomIsotomicConjugate', layer)