Board 0.9.6
|
Sample drawing using the board library. More...
#include <Board.h>
#include <algorithm>
#include <board/Debug.h>
#include <cmath>
#include <complex>
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <limits>
#include <set>
#include <vector>
Typedefs | |
using | Complex = std::complex< double > |
Functions | |
double | normalized (double phi) |
Point | point (Complex z) |
Group | julia (Complex c) |
int | main (int, char *[]) |
Sample drawing using the board library.
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
using Complex = std::complex<double> |
References LibBoard::Tools::boardRandDouble(), LibBoard::Color::fromRGBf(), M_PI, normalized(), point(), and LibBoard::ShapeList::push_back().
Referenced by main().
int main | ( | int | , |
char * | [] | ||
) |
|
inline |
Referenced by LibBoard::Rect::growToContain(), julia(), LibBoard::Transform::map(), LibBoard::TransformMatrix::operator*(), LibBoard::TransformMatrix::operator+(), LibBoard::TransformMatrix::operator+=(), LibBoard::RoughVisitor::randomlySlided(), LibBoard::RoughVisitor::slideRandomly(), and LibBoard::TransformMatrix::translation().