Board 0.9.6
Functions
graph.cpp File Reference

Draw a random complete graph. More...

#include <Board.h>
#include <board/Tools.h>
#include <ctime>
#include <vector>

Functions

int coordinate (int width)
 
int main (int, char *[])
 

Detailed Description

Draw a random complete graph.

Author
Sebastien Fourey (GREYC)

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 https://fourey.users.greyc.fr

Function Documentation

◆ coordinate()

int coordinate ( int  width)
Examples
examples/graph.cpp.

References LibBoard::Tools::boardRand().

Referenced by main().

◆ main()

int main ( int  ,
char *  [] 
)