Curve that touches three points

From Rosetta Code
Revision as of 23:21, 2 November 2018 by rosettacode>Gerard Schildberger (changed a (¿ non-task thingy ?) to a "draft task".)
Curve that touches three points is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

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)