mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Fix: Orientation() has been declared inline, therefore not exported.
This commit is contained in:
parent
5580fd64b3
commit
fa4df36963
2 changed files with 1 additions and 7 deletions
|
@ -285,12 +285,6 @@ inline Int128 Int128Mul (long64 lhs, long64 rhs)
|
|||
// Miscellaneous global functions
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
inline bool Orientation(const Path &poly)
|
||||
{
|
||||
return Area(poly) >= 0;
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
double Area(const Path &poly)
|
||||
{
|
||||
int size = (int)poly.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue