in reply to Perl - Trying to understand intersection function

Cross-posted on StackOverflow.

The intersect method is coded in "c", as a part of the libslic3r implementation.

There are multiple implementations, depending on which kind of object(s) you are intersecting.

Other than the parameters used, documentation for that call seems non-existant.

                As a computer, I find your faith in technology amusing.

  • Comment on Re: Perl - Trying to understand intersection function

Replies are listed 'Best First'.
Re^2: Perl - Trying to understand intersection function
by FriedSodaWarrior (Initiate) on Feb 24, 2019 at 19:24 UTC
    Thank you for explaining that, so am I unable to change the intersect method at all?