Hello. I'm trying to create a constrained delaunay graph using _Delaunay.ConstrainedBySloan and I'm getting the below error:
NullReferenceException: Object reference not set to an instance of an object
Habrador_Computational_Geometry.PointTriangulationIntersection.TriangulationWalk
_Habrador Computational Geometry Library/1. Intersection/PointTriangulationIntersection.cs:149
My parameters are in the right clockwise (or anti clockwise) direction so I'm not sure what I'm missing.
Is there anything you can suggest that might help? I couldn't see a functioning example for constrained delaunay other than the ear clipping one, and that seems to fail with more than one hole in a square hull. Thanks!