Variable Triangle.v

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