mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Refactoring: renamed all contains_*() methods to contains() in C++
This commit is contained in:
parent
5deadc8f12
commit
634bc09e2c
14 changed files with 42 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue