Variable Path.points

struct Path
{
  // ...
  Point[] points ;
  // ...
}