solvespace/src/srf
phkahler c876104714 Make sure circles have at least 16 segments.
Before this commit, with the highest chord tolerance settings, circles
would render as octagons, which confused a lot of people. See #295.
2020-06-14 05:13:50 +00:00
..
boolean.cpp Fix SSurface::EdgeNormalsWithinSurface() to handle non-orthogonal u,v derivatives correctly. 2020-06-06 02:31:01 +00:00
curve.cpp Change criteria for short edge removal 2020-06-11 21:23:01 -04:00
merge.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
ratpoly.cpp Make sure circles have at least 16 segments. 2020-06-14 05:13:50 +00:00
raycast.cpp Reimplement DivPivoting as DivProjected. 2019-09-20 01:09:25 +00:00
surface.cpp Use omp critical to simplify parallel triangulation. NFC. 2020-05-11 18:57:02 +00:00
surface.h Bring some parallelism to boolean code 2020-05-22 22:32:02 -04:00
surfinter.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
triangulate.cpp Improve triangle mesh (splitting of quads based on angle). 2020-05-12 18:39:25 -04:00