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

Function calcRoundOffset

blocks/Clipper/src/CinderClipper.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::vector<cinder::PolyLine2f> calcRoundOffset( const std::vector<cinder::PolyLine2f> &poly, float offset, double arcTolerance )
110{
111 return calcOffsetOp( ClipperLib::jtRound, poly, offset, 0, arcTolerance );
112}
113
114std::vector<cinder::PolyLine2f> calcMiterOffset( const std::vector<cinder::PolyLine2f> &poly, float offset, double miterLimit )
115{

Callers 1

doOffsetMethod · 0.85

Calls 1

calcOffsetOpFunction · 0.85

Tested by

no test coverage detected