Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ SIGN
Enum
SIGN
include/geode/geometry/internal/predicates.hpp:430–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
} // namespace Numeric
429
430
enum SIGN
431
{
432
negative = -1,
433
434
zero = 0,
435
436
positive = 1
437
};
438
439
template < class T >
440
inline SIGN geo_sgn( const T& x )
Callers
4
orient_2d
Function · 0.85
orient_3d
Function · 0.85
det_3d
Function · 0.85
dot_3d
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected