Variable BezierCurve.controlPoints

The points that control the path of the curve; usually don't actually exist on curve

class BezierCurve
{
  // ...
  Vector!(T,dimensions)[] controlPoints ;
  // ...
}