Triangle.a

  1. PointType a;
    struct Triangle(T, int N)
  2. PointType b;
  3. PointType c;

Meta