Winding number and distances to Bézier splines (#2527)

* roots, cubics, tests and tutorial

* Orientation to igl::, point_in_convex_hull, eyt_winding_number with func handle, fix bug in eyt_sdf, tutorial, tests

* working spline winding number and demo

* doc

* better cm
This commit is contained in:
Alec Jacobson
2026-01-26 22:46:39 -05:00
committed by GitHub
parent 7313592e16
commit db07a47bec
67 changed files with 2945 additions and 119 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ int main(int argc, char * argv[])
};
if(quantity == UNSIGNED_DISTANCE || quantity == SIGNED_DISTANCE)
{
igl::eytzinger_aabb_sdf(p,primitive_p,B1,B2,leaf,di);
igl::eytzinger_aabb_sdf<false>(p,primitive_p,B1,B2,leaf,di);
}
if(quantity == WINDING_NUMBER || quantity == SIGNED_DISTANCE)
{