Variable Intersection.fact

struct Intersection
{
  // ...
  bool fact = false;
  // ...
}