3#include "software/geom/convex_shape.h"
4#include "software/geom/point.h"
5#include "software/geom/polygon.h"
6#include "software/geom/segment.h"
67 double area()
const override;
101std::ostream &operator<<(std::ostream &os,
const Stadium &stadium);
Definition convex_shape.h:9
double area() const override
Definition stadium.cpp:55
Segment segment() const
Definition stadium.cpp:32
double radius() const
Definition stadium.cpp:37
Polygon innerRectangle() const
Definition stadium.cpp:42