MCPcopy 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
89void BasicBooleanApp::doIntersection()
90{
91 mPolyResult = calcIntersection( mPolyA, mPolyB );
92}
93
94void BasicBooleanApp::doUnion()
95{

Callers

nothing calls this directly

Calls 1

calcIntersectionFunction · 0.85

Tested by

no test coverage detected