This maintains retro-compatibility with the current API, but also allows to use union, difference, intersection, xor, and getIntersections methods as normal functions available from the top-level booleanOperations module, without having to first create a BooleanOperationManager object.
As suggested by @behdad in #24.
This maintains retro-compatibility with the current API, but also allows to use
union
,difference
,intersection
,xor
, andgetIntersections
methods as normal functions available from the top-levelbooleanOperations
module, without having to first create a BooleanOperationManager object.