|
Board
0.9.4
|
Draw a random complete graph. More...
#include <cstdlib>#include <ctime>#include <iostream>#include <fstream>#include <cmath>#include <vector>#include <utility>#include "Board.h"Functions | |
| int | coordinate (int width) |
| int | main (int, char *[]) |
Variables | |
| const double | dy = 10 |
Draw a random complete graph.
This source code is part of the Board project, a C++ library whose purpose is to allow simple drawings in EPS, FIG or SVG files. Copyright (C) 2007 Sebastien Fourey http://foureys.users.greyc.fr
1.8.10