NateTG
NateTG
FWIW, It looks like you know that it's a 4x4 matrix, so you can just use a closed form. http://www.euclideanspace.com/maths/algebra/matrix/functions/inverse/fourD/index.htm
It seems like implicit union only on anonymous blocks (such as the top block) might be a reasonable behavior. I tend to think a lot of the issue is that...
> usage of this for support or infill raises complicated issues about collision of extruder with non-wireframe printed parts... It really doesn't seem like that should be particularly challenging.
> ... OpenSCAD has "shape expressions", which compute shape values, but these are called "statements", and they are parsed using a different grammar that is incompatible with expressions. ... Is...
> ... The OpenSCAD interpreter is so extravagantly slow that I can't believe that it could beat CGAL in performance. ... There's no computer fast enough that it can't be...
I haven't looked at the code in the examples, but it's probably that sweep is for rigidly transformed profiles, and skin is for more plastic changes in profiles. There's a...