Board 0.9.6
Typedefs | Functions
Julia.cpp File Reference

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 *[])
 

Detailed Description

Sample drawing using the board library.

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

Typedef Documentation

◆ Complex

using Complex = std::complex<double>

Function Documentation

◆ julia()

Group julia ( Complex  c)

◆ main()

int main ( int  ,
char *  [] 
)

◆ normalized()

double normalized ( double  phi)
inline
Examples
examples/Julia.cpp.

References M_PI.

Referenced by julia().

◆ point()

Point point ( Complex  z)
inline