solvespace/src/srf
phkahler f7b6f6930e
Nurbs (#473)
* Limit u,v range between 0 and 1 in Newton. Fixes issue #471
* Change the math for projecting a point onto a plane to work better with non-orthogonal U,V derivatives in several places. Fixes #472.
2020-03-27 15:40:58 -04:00
..
boolean.cpp Simplify UNION and DIFFERENCE boolean operations. 2019-11-23 13:22:15 +00:00
curve.cpp Use IsEmpty() or .empty() to check if a container is empty. NFC. 2019-09-10 04:22:21 +00:00
merge.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
ratpoly.cpp Nurbs (#473) 2020-03-27 15:40:58 -04:00
raycast.cpp Reimplement DivPivoting as DivProjected. 2019-09-20 01:09:25 +00:00
surface.cpp Fix eight trivial "implicit conversion 'double' to 'int'" warnings. NFC. 2019-12-17 19:35:44 +00:00
surface.h Implement helical extrusion groups. 2019-07-31 04:16:56 +00:00
surfinter.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
triangulate.cpp Fix a manual manipulation of List::n. NFC. 2019-08-20 15:57:11 +00:00