index
:
voronoi
master
Exploration of Voronoi diagrams in C++
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-05-22
Add README.md
HEAD
master
Adrian Kummerlaender
2016-05-22
Add MIT license
Adrian Kummerlaender
2016-05-22
Implement script to automatically generate a GIF of the Voronoi-diagrams base...
Adrian Kummerlaender
2016-05-22
Extract determination of nearest reference vector
Adrian Kummerlaender
2016-05-22
Fix segmentation fault when instantiating `ppm_pixel_stream` in a multithread...
Adrian Kummerlaender
2016-05-22
Extract image generation into shared library
Adrian Kummerlaender
2016-05-22
Introduce `imgen::vector` tuple alias, generate metrics as double
Adrian Kummerlaender
2016-05-22
Consistently use `std::ptrdiff_t` for coordinates
Adrian Kummerlaender
2016-05-22
Prevent off-by-one errors during sequential generation
Adrian Kummerlaender
2016-05-20
Implement unit circle example
Adrian Kummerlaender
2016-05-16
Generalize parallel generation of Voronoi diagrams
Adrian Kummerlaender
2016-05-14
Implement basic multi threading
Adrian Kummerlaender
2016-05-14
Implement serial graphic generation
Adrian Kummerlaender
2016-05-14
Separate into multiple compilation units, add color functions
Adrian Kummerlaender
2016-05-14
Extract stream management into `ppm_pixel_stream`, provide Cartesian coordinates
Adrian Kummerlaender
2016-05-08
Express Euclidean and Manhattan metric in terms of the Minkowski metric
Adrian Kummerlaender
2016-05-08
Implement _manhattan metric_
Adrian Kummerlaender
2016-05-08
Adapt example to generate a Voronoi diagram for n points
Adrian Kummerlaender
2016-05-08
Implement basic PPM writing function
Adrian Kummerlaender