Commit History

Author SHA1 Message Date
  Vojtech Bubnik 7ff76d0768 New ClipperUtils functions: opening(), closing() as an alternative 3 years ago
  Vojtech Bubnik f16d4953be Removing offset2 from Perl bindings and other minor cleanup. 3 years ago
  Vojtech Bubnik 5764d8984c Fixed perl unit tests 3 years ago
  Vojtech Bubnik 1d588dad90 Fixed Perl bindings of Clipper after Clipper was adapted to Slic3r::Point 3 years ago
  Vojtech Bubnik 8d0950ce12 Convincing ClipperLib to use Slic3r's own Point type internally. 3 years ago
  bubnikv 81823fe7df Reduced the content of Geometry.pm, removed unused Perl subroutines. 7 years ago
  bubnikv 6582182e0c Adapted to the new ClipperUtils.hpp interface by @alexrj 8 years ago
  bubnikv 695c92fb00 CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 8 years ago
  Alessandro Ranellucci 4913e90e10 Remove any Perl related code from libslic3r 9 years ago
  Alessandro Ranellucci bf0eb1af0c Refactored ClipperUtils API for a more consistent arguments convention 10 years ago
  Alessandro Ranellucci 6adc3477c9 Moved C++ code into new libslic3r directory 10 years ago
  Alessandro Ranellucci 76a8ec3d9e Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions 10 years ago
  Alessandro Ranellucci c37ef2f18b New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs. 10 years ago
  Petr Ledvina 028ef3a868 Add missing perlglue.hpp to xsp files 10 years ago
  Alessandro Ranellucci a93c862338 Ported traverse_pt() to XS 11 years ago
  Alessandro Ranellucci 3025c77675 Use Clipper for line clipping 11 years ago
  Alessandro Ranellucci cb677c45de Don't grow horizontal shells having acute angles. #1387 11 years ago
  Alessandro Ranellucci fb763b0187 Removed dependency on Math::Clipper 11 years ago
  Alessandro Ranellucci 9cf831b9c5 Ported union_pt() to XS 11 years ago
  Alessandro Ranellucci 443d4e52cb Fixed everything in the XS port 11 years ago
  Alessandro Ranellucci 94ca28644e Ported union() to XS 11 years ago
  Alessandro Ranellucci b38cc2c244 Merge branch 'master' into xsdata 11 years ago
  Alessandro Ranellucci 0efea9e442 Ported diff() and intersection() 11 years ago
  Alessandro Ranellucci c7b6818ccf Ported offset() and offset2() 11 years ago
  Alessandro Ranellucci bf8c799685 Ported diff_ex, intersection_ex, union_ex, xor_ex 11 years ago
  Alessandro Ranellucci bd3fb21cfd Make offset_ex(), offset2_ex() and diff_ex() available to C++ code 11 years ago
  Alessandro Ranellucci 79db996696 Ported diff_ex() to XS 11 years ago
  Alessandro Ranellucci 898007fc36 Port offset_ex() and offset2_ex() to XS 11 years ago