Split regions and boolean geometry out of geometry.scad into regions.scad. Added various ray intersection functions. Added plane intersection functions.

This commit is contained in:
Revar Desmera
2019-12-02 15:35:03 -08:00
parent 0ab64b746d
commit 4f0e6392e2
4 changed files with 1375 additions and 1214 deletions

View File

@@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,48];
BOSL_VERSION = [2,0,49];
// Section: BOSL Library Version Functions