final touch
This commit is contained in:
parent
f1f2810476
commit
4a6945cb77
2 changed files with 3 additions and 3 deletions
|
@ -126,8 +126,8 @@ public:
|
|||
};
|
||||
|
||||
float flow_width = path.width;
|
||||
float min_malformation_dist = 0.05 * flow_width;
|
||||
float peak_malformation_dist = 0.5 * flow_width;
|
||||
float min_malformation_dist = 0.2 * flow_width;
|
||||
float peak_malformation_dist = 0.6 * flow_width;
|
||||
|
||||
const Points &original_points = path.polyline.points;
|
||||
std::vector<ExtendedPoint> points;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue