Variable Line.c

struct Line
{
  // ...
  double c ;
  // ...
}