Curve that touches three points: Difference between revisions

Content added Content deleted
Line 90: Line 90:
Drawing()
Drawing()
origin()
origin()
sethue("red")
circle(Point(a, b), r, :stroke)
circle(Point(a, b), r, :stroke)
sethue("black")
foreach(p -> circle(p, 5, :fill), allp)
finish()
finish()
</lang>{{out}}
</lang>{{out}}