isFine TisFine(A, tri)A triangulation is fine if every point of the configuration is a vertex of some simplex. Non-fine triangulations triangulate the convex hull but leave one or more points (typically interior or on the relative boundary) unused.
|
|
|
This function does not check that tri is a valid triangulation; it only inspects the support. See isWellDefined(Triangulation) for that.
The object isFine is a method function.
The source of this document is in Triangulations.m2:1730:0.