mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Ported nearest_point() and nearest_point_index()
This commit is contained in:
parent
f1e9216c70
commit
b11b595c97
18 changed files with 79 additions and 69 deletions
|
@ -13,6 +13,8 @@ extern "C" {
|
|||
#undef do_close
|
||||
}
|
||||
|
||||
#define EPSILON 1e-4
|
||||
|
||||
namespace Slic3r {}
|
||||
using namespace Slic3r;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue