Variable Triangle.normal

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