I am looking for constrained triangulation code in matlab, similar to Shewchuk's triangle software. The main thing matlab's delaunay
is missing is constraints, such as constraints on the minimum angle of the mesh etc.
I heard there's a port for Shewchuk's code to matlab using mex
, but I couldn't find it.