isStar TisStar(A, tri)A triangulation is a star (with respect to a distinguished point $p$) if every maximal simplex contains $p$ as a vertex. This function uses the convention that $p$ is the last column of the configuration: $T$ is a star iff every simplex of max T contains the index numColumns(matrix T) - 1.
This convention is common when triangulating a reflexive polytope with the origin placed last: a fine star triangulation refines the polytope into simplices all sharing the origin.
|
|
|
|
This function does not check that tri is a valid triangulation or that the last column is genuinely interior; it only inspects the indices.
The object isStar is a method function.
The source of this document is in Triangulations.m2:1775:0.