lefer
0.1.0
A C++ library to draw evenly-spaced and non-overlapping curves in a flow field using the Jobard and Lefer (1997) algorithm.
|
This is the complete list of members for lefer::DensityGrid, including all inherited members.
DensityGrid(int flow_field_width, int flow_field_height, double d_sep, int cell_capacity) | lefer::DensityGrid | |
get_density_col(double x) | lefer::DensityGrid | |
get_density_index(double x, double y) | lefer::DensityGrid | |
get_density_index(int col, int row) | lefer::DensityGrid | |
get_density_row(double y) | lefer::DensityGrid | |
insert_coord(double x, double y) | lefer::DensityGrid | |
insert_curve_coords(Curve *curve) | lefer::DensityGrid | |
is_valid_next_step(double x, double y) | lefer::DensityGrid | |
off_boundaries(double x, double y) | lefer::DensityGrid |