tkh
Results
1
issues of
tkh
In the code below, the output of ClipperOffset will be empty. ``` #include #include "clipper2/clipper.h" #include "clipper2/clipper.offset.h" int main( void ) { Clipper2Lib::Path64 pathTest; pathTest.push_back( Clipper2Lib::Point64 { 0, 0 }...