Class RegularPolygon
Defined in File polygon.h
Inheritance Relationships
Derived Types
public sota::Hexagon(Class Hexagon)public sota::Pentagon(Class Pentagon)
Class Documentation
-
class RegularPolygon
Subclassed by sota::Hexagon, sota::Pentagon
Public Functions
-
RegularPolygon(const RegularPolygon &other) = default
-
RegularPolygon(RegularPolygon &&other) = default
-
RegularPolygon &operator=(const RegularPolygon &rhs) = default
-
RegularPolygon &operator=(RegularPolygon &&rhs) = default
-
virtual ~RegularPolygon() = default
-
void sort_points()
-
virtual void check() const = 0
-
RegularPolygon(const RegularPolygon &other) = default