|
izzi
SVG SUBSET C++ API
|
#include <vector>#include <tuple>#include <cmath>#include <numbers>#include <functional>#include <queue>#include <unordered_set>#include <iostream>#include "a60-svg.h"
Include dependency graph for a60-svg-radial-fill-hexagon.h:Go to the source code of this file.
Classes | |
| struct | svg::PointHash |
| struct | svg::PointEqual |
Namespaces | |
| namespace | svg |
Functions | |
| vrange | svg::radiate_hexagon_honeycomb (const point_2t origin, const double r, const uint n, const bool centerfilledp) |
| Compute set of points for a radial fill of hexograms centered at p. | |
| vspace | svg::get_honeycomb_angles (const point_2t origin, const vrange &hexagons, const bool degreesp=true) |
| Compute set of angles, given points for a radial fill of hexograms centered at p. | |