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