Variable Triangle.barycenter

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