Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ doUnion
Method
doUnion
blocks/Clipper/samples/BasicBoolean/src/BasicBooleanApp.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void BasicBooleanApp::doUnion()
95
{
96
mPolyResult = calcUnion( mPolyA, mPolyB );
97
}
98
99
void BasicBooleanApp::doXor()
100
{
Callers
nothing calls this directly
Calls
1
calcUnion
Function · 0.85
Tested by
no test coverage detected