Does anyone know the origin of the algorithms used in JSCAD? #1097
briansturgill
started this conversation in
General
Replies: 3 comments 4 replies
-
As the readme says... Early CSG Library by:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
this is closest I have found https://en.wikipedia.org/wiki/Binary_space_partitioning |
Beta Was this translation helpful? Give feedback.
0 replies
-
See here: https://github.com/evanw/csg.js/#implementation-details |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering what text or papers were used.
I am especially interested in the boolean operations -- from reading I am pretty sure that they should run faster than they do.
Anyway, I want to see what the original algorithm said before I try other paths.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions