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

Function calcSquareOffset

blocks/Clipper/src/CinderClipper.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::vector<cinder::PolyLine2f> calcSquareOffset( const std::vector<cinder::PolyLine2f> &poly, float offset )
120{
121 return calcOffsetOp( ClipperLib::jtSquare, poly, offset, 0, 0 );
122}
123
124} // namespace cinder

Callers 1

doOffsetMethod · 0.85

Calls 1

calcOffsetOpFunction · 0.85

Tested by

no test coverage detected