Concept Flow - Parametric interpolation
Input: Known points (x, y)
Choose parameter t for each point
Create interpolation functions for x(t) and y(t)
Evaluate x(t_new), y(t_new) at new parameter values
Output: Smooth curve through points
Parametric interpolation creates smooth curves by interpolating x and y coordinates separately as functions of a parameter t.