Pierre B.
Pierre B.
I want to add that instead of m.value, you should use m.name so that the name of enum entry is used instead of its numeric value. Here is the code...
Hi, Sorry for the late response. Here are some instructions on how to setup the environment required to compile the project: 1. You need Visual Studio 2017. I used the...
Noted, thank you! I will see if I can integrate the changes.
Hi, TBH, this code is actually a backport of my Python port of ln. I did that because I initially didn't have go installed and wanted to try to port...
BTW, FWIW, my port to Python revealed two potential issues with the code that I didn't backport: 1. in csg.go, you can have an infinite recursion in Intersect() for boolean...
I have done some refactorization: created multiple function sub-classes and put back the random vector stuff.