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

Function calcIntersection

blocks/Clipper/src/CinderClipper.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78vector<PolyLine2f> calcIntersection( const vector<PolyLine2f> &a, vector<PolyLine2f> &b )
79{
80 return calcClipOp( ClipperLib::ctIntersection, a, b );
81}
82
83vector<PolyLine2f> calcUnion( const vector<PolyLine2f> &a, vector<PolyLine2f> &b )
84{

Callers 1

doIntersectionMethod · 0.85

Calls 1

calcClipOpFunction · 0.85

Tested by

no test coverage detected