Variable Triangle.n

struct Triangle
{
  // ...
  Vector!(float,3)[3] n ;
  // ...
}