mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Refactoring: renamed all contains_*() methods to contains() in C++
This commit is contained in:
@@ -141,7 +141,7 @@ Polygon::is_valid() const
|
||||
}
|
||||
|
||||
bool
|
||||
Polygon::contains_point(const Point &point) const
|
||||
Polygon::contains(const Point &point) const
|
||||
{
|
||||
// http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html
|
||||
bool result = false;
|
||||
|
||||
Reference in New Issue
Block a user