MCPcopy Create free account
hub / github.com/cinder/Cinder / calcDifference

Function calcDifference

blocks/Clipper/src/CinderClipper.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88vector<PolyLine2f> calcDifference( const vector<PolyLine2f> &subject, vector<PolyLine2f> &clip )
89{
90 return calcClipOp( ClipperLib::ctDifference, subject, clip );
91}
92
93vector<PolyLine2f> calcXor( const vector<PolyLine2f> &a, vector<PolyLine2f> &b )
94{

Callers 1

doDifferenceMethod · 0.85

Calls 1

calcClipOpFunction · 0.85

Tested by

no test coverage detected