This is a fork of csgjs-cpp. The differences between this fork and the original version are:
- This fork uses
doubleinstead offloat. - This fork separates header and source files.
- The only field of
vertexstruct ispos. - The functions
union,intersectionanddifferencerenamed toget_xxx. - Some geometric calculations are planned to be added.
CSG library for C++, port of https://github.com/evanw/csg.js/