mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 18:06:00 +08:00
Merge branch 'lh_mm_segmentation_inconsistency'
This commit is contained in:
commit
147121ca6a
@ -40,6 +40,8 @@ template<typename PT> struct PointCellRange
|
||||
|
||||
PointCellRange() = delete;
|
||||
explicit PointCellRange(const PT &source_point) : source_point(source_point) {}
|
||||
PointCellRange(const PT &source_point, const VD::edge_type *edge_begin, const VD::edge_type *edge_end)
|
||||
: source_point(source_point), edge_begin(edge_begin), edge_end(edge_end) {}
|
||||
|
||||
bool is_valid() const { return edge_begin && edge_end && edge_begin != edge_end; }
|
||||
};
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user