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