Well, I know this definition of a spline curve :
$\forall t \in [0 ; 1], C(t) = \sum\limits_{i=1}^{k}F_i(t)P_i$
With :
$t$ the abscissa of the spline curve's point we want to draw
$C$ the function that sets the current spline curve's point's abscissa or ordinate
$k$ the number of control points
$F_i$ a transformation function
$P_i$ the coordinate (abscissa or ordinate) of the current control point
However, I have questions about $t$ and $F_i$ :
Can $t$ be in this range ? $[0 ; 500]$ if we want to draw a spline curve containing 500 points (one per abscissa)
Are $F_i$ polynomials ?