Variable Intersection.normal

struct Intersection
{
  // ...
  Vector!(float,3) normal ;
  // ...
}