Thunderbots Project
Loading...
Searching...
No Matches
convex_shape.h
1#pragma once
2
3#include "software/geom/shape.h"
4
8class ConvexShape : public virtual Shape
9{
15 virtual double area() const = 0;
16};
Definition convex_shape.h:9
Definition shape.h:9