Скачиваний:
14
Добавлен:
01.05.2014
Размер:
389 б
Скачать
#ifndef H006
#define H006

#include "cPoint.cpp"

class cMapboard
{
 private:

   cPoint Center;
   double Radius;

 public:

   cMapboard();
   cMapboard(cPoint P, double R);
   void SetCenter(cPoint P);
   void SetRad(double R);
   void Set(cPoint P, double R);
   double GetX();
   double GetY();
   double GetRad();
   ~cMapboard();
   int inv();

};

#endif
Соседние файлы в папке l3