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

Function calcMiterOffset

blocks/Clipper/src/CinderClipper.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114std::vector<cinder::PolyLine2f> calcMiterOffset( const std::vector<cinder::PolyLine2f> &poly, float offset, double miterLimit )
115{
116 return calcOffsetOp( ClipperLib::jtMiter, poly, offset, miterLimit, 0 );
117}
118
119std::vector<cinder::PolyLine2f> calcSquareOffset( const std::vector<cinder::PolyLine2f> &poly, float offset )
120{

Callers 1

doOffsetMethod · 0.85

Calls 1

calcOffsetOpFunction · 0.85

Tested by

no test coverage detected