When placing seam, never produce segments shorter than 1.5um.
This commit is contained in:
parent
0edc751199
commit
1d41ffdd7d
8 changed files with 126 additions and 56 deletions
|
@ -162,6 +162,9 @@ const Point& leftmost_point(const Polylines &polylines);
|
|||
|
||||
bool remove_degenerate(Polylines &polylines);
|
||||
|
||||
// Returns index of a segment of a polyline and foot point of pt on polyline.
|
||||
std::pair<int, Point> foot_pt(const Points &polyline, const Point &pt);
|
||||
|
||||
class ThickPolyline : public Polyline {
|
||||
public:
|
||||
ThickPolyline() : endpoints(std::make_pair(false, false)) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue