mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 01:12:09 +00:00
Some reduction of unnecessary conversions when calling ClipperUtils.
This commit is contained in:
@@ -92,7 +92,7 @@ bool ExPolygon::contains(const Line &line) const
|
||||
|
||||
bool ExPolygon::contains(const Polyline &polyline) const
|
||||
{
|
||||
return diff_pl((Polylines)polyline, *this).empty();
|
||||
return diff_pl(polyline, *this).empty();
|
||||
}
|
||||
|
||||
bool ExPolygon::contains(const Polylines &polylines) const
|
||||
|
||||
Reference in New Issue
Block a user