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

Function calcUnion

blocks/Clipper/src/CinderClipper.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83vector<PolyLine2f> calcUnion( const vector<PolyLine2f> &a, vector<PolyLine2f> &b )
84{
85 return calcClipOp( ClipperLib::ctUnion, a, b );
86}
87
88vector<PolyLine2f> calcDifference( const vector<PolyLine2f> &subject, vector<PolyLine2f> &clip )
89{

Callers 1

doUnionMethod · 0.85

Calls 1

calcClipOpFunction · 0.85

Tested by

no test coverage detected