Board 0.9.6
Macros | Functions
arrows.cpp File Reference

Sample program to check that arrows are correctly drawn. More...

#include <Board.h>
#include <board/Tools.h>
#include <sstream>

Macros

#define M_PI   3.14159265358979323846
 

Functions

float random_gray ()
 
int main (int, char *[])
 

Detailed Description

Sample program to check that arrows are correctly drawn.

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

Macro Definition Documentation

◆ M_PI

#define M_PI   3.14159265358979323846

Function Documentation

◆ main()

int main ( int  ,
char *  [] 
)

◆ random_gray()

float random_gray ( )
Examples
examples/arrows.cpp.

References LibBoard::Tools::boardRand().

Referenced by main().