|
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.
|
#include <lefer.hpp>
Public Attributes | |
| std::vector< double > | x |
| std::vector< double > | y |
| int | capacity |
| int | space_used |
| int lefer::DensityCell::capacity |
| int lefer::DensityCell::space_used |
| std::vector<double> lefer::DensityCell::x |
| std::vector<double> lefer::DensityCell::y |