Variable Triangle.t2

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