![]() |
Mapper
0.9.0
API documentation
|
Required user input for applying the action. More...
#include <distribute_points_tool.h>
Public Member Functions | |
constexpr | Settings () |
Constructor, sets default values. More... | |
Public Attributes | |
int | num_points_per_line |
Number of points to create. More... | |
bool | points_at_ends |
If true, points will also be placed at open paths ends, otherwise only inside for open paths. More... | |
bool | rotate_symbols |
If true, points will be aligned with the path direction if rotatable. More... | |
double | additional_rotation |
Additional rotation for rotatable point symbols, in radians counter-clockwise. More... | |
Required user input for applying the action.
|
inline |
Constructor, sets default values.
double OpenOrienteering::DistributePointsTool::Settings::additional_rotation |
Additional rotation for rotatable point symbols, in radians counter-clockwise.
int OpenOrienteering::DistributePointsTool::Settings::num_points_per_line |
Number of points to create.
bool OpenOrienteering::DistributePointsTool::Settings::points_at_ends |
If true, points will also be placed at open paths ends, otherwise only inside for open paths.
bool OpenOrienteering::DistributePointsTool::Settings::rotate_symbols |
If true, points will be aligned with the path direction if rotatable.