horizontal.hpp 129 B

12345678910111213
  1. #ifndef HORIZONTAL_HPP
  2. #define HORIZONTAL_HPP
  3. class Horizontal{
  4. private:
  5. public:
  6. Horizontal(Geometry& G);
  7. bool
  8. };
  9. #endif