Variable Line.b

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