MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / add_circle

Function add_circle

PythonAPI/examples/microsim.py:73–77  ·  view source on GitHub ↗
(pos, radius, **args)

Source from the content-addressed store, hash-verified

71 **args))
72
73 def add_circle(pos, radius, **args):
74 dwg.add(dwg.circle(
75 to_svg(pos),
76 radius,
77 **args))
78
79 def add_triangle(triangle, **args):
80 dwg.add(dwg.polygon(

Callers 1

microsim.pyFile · 0.85

Calls 2

to_svgFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected