Variable Triangle.t1

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