mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
Ported encloses_point() to XS and renamed to contains_point()
This commit is contained in:
@@ -49,6 +49,7 @@ PolylineCollection::leftmost_point() const
|
||||
if (p == NULL || it->points.front().x < p->x)
|
||||
p = &(it->points.front());
|
||||
}
|
||||
if (p == NULL) return NULL;
|
||||
return new Point (*p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user