Curve that touches three points: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
Wherrera (talk | contribs)
Line 61:
=={{header|Julia}}==
To make things more specific, find the circle determined by the points. The curve is then the arc between the 3 points.
<lang julia>using Luxor # Luxor has the library function center3pts() for this, but no library functions per task, so matrix math it is.
<lang julia>using Luxor
 
# Find a circle passing through the 3 points