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