| 117 | } |
| 118 | |
| 119 | std::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 |
no test coverage detected