Curve that touches three points

From Rosetta Code
Revision as of 04:49, 2 November 2018 by rosettacode>Molo32 (Created page with ";Task: Draw a curve that touches 3 points (1 starting point, 2 medium, 3 final point) ::#  Do not use functions of a library, implement the curve() function yourself ::#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task

Draw a curve that touches 3 points (1 starting point, 2 medium, 3 final point)

  1.  Do not use functions of a library, implement the curve() function yourself
  2.  coordinates:(x,y) starting point (10,10) medium point (100,200) final point (200,10)