Variable Intersection.point

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