Renamed Geometry::intersect() to Geometry::convex_polygons_intersect()
to convey its true meaning.
This commit is contained in:
parent
723155a15c
commit
be236eda85
3 changed files with 11 additions and 11 deletions
src/libslic3r
|
@ -1671,7 +1671,7 @@ void visit_antipodals (Idx& ia, Idx &ib, Fn &&fn)
|
|||
|
||||
} // namespace rotcalip
|
||||
|
||||
bool intersects(const Polygon &A, const Polygon &B)
|
||||
bool convex_polygons_intersect(const Polygon &A, const Polygon &B)
|
||||
{
|
||||
using namespace rotcalip;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue