Variable Path.isClosed

struct Path
{
  // ...
  bool isClosed ;
  // ...
}