Variable Intersection.penetrationDepth

struct Intersection
{
  // ...
  float penetrationDepth ;
  // ...
}