MCPcopy 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
94void BasicBooleanApp::doUnion()
95{
96 mPolyResult = calcUnion( mPolyA, mPolyB );
97}
98
99void BasicBooleanApp::doXor()
100{

Callers

nothing calls this directly

Calls 1

calcUnionFunction · 0.85

Tested by

no test coverage detected