aboutsummaryrefslogtreecommitdiff
path: root/src/vec_grid.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-01-27 01:26:54 +0100
committerjaseg <git@jaseg.de>2021-01-27 01:26:54 +0100
commit9711fabab7893fcdd0a5708c79a7d48f2ad15167 (patch)
treea0af6000c47a5acc1b7ac8f6c802529b8af43f97 /src/vec_grid.h
parent5285b6dce8f0df37282b744ce625d4976b0f2541 (diff)
downloadgerbolyze-9711fabab7893fcdd0a5708c79a7d48f2ad15167.tar.gz
gerbolyze-9711fabab7893fcdd0a5708c79a7d48f2ad15167.tar.bz2
gerbolyze-9711fabab7893fcdd0a5708c79a7d48f2ad15167.zip
WIP render settings
Diffstat (limited to 'src/vec_grid.h')
-rw-r--r--src/vec_grid.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vec_grid.h b/src/vec_grid.h
index b574484..f2ed55a 100644
--- a/src/vec_grid.h
+++ b/src/vec_grid.h
@@ -31,8 +31,6 @@ enum grid_type {
SQUAREGRID
};
-typedef std::function<std::vector<d2p> *(double, double, double)> sampling_fun;
-
sampling_fun get_sampler(enum grid_type type);
std::vector<d2p> *sample_poisson_disc(double w, double h, double center_distance);