Use vertex's individual radius for all relevant calculations

This commit is contained in:
2011-06-23 12:46:32 -04:00
parent 4b1947fe44
commit fc71203220
4 changed files with 14 additions and 4 deletions

View File

@ -14,8 +14,7 @@ using std::list;
class Vertex
{
public:
Vertex(int x, int y, int r)
{ this->x = x; this->y = y; }
Vertex(int x, int y, int r);
int x;
int y;