Variable Triangle.d

struct Triangle
{
  // ...
  float d ;
  // ...
}