Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-14 | Implement serial graphic generation | Adrian Kummerlaender | |
i.e. generate the source of a GIF visualizing the fluid morphing of the manhattan metric into the euclidean metric for p -> 2. | |||
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 | |
Changed metric parameter types to int as `std::size_t` behaved weirdly during math operations. | |||
2016-05-08 | Adapt example to generate a Voronoi diagram for n points | Adrian Kummerlaender | |