star = fineStarTriangulation(A, tri)Given a triangulation tri of (the boundary of) a polytope and an interior cone center, this function refines tri into a star triangulation by joining each boundary simplex to the center. The center is identified by its column index in $A$ (or, by default, treated as a new point at index numColumns A).
|
|
|
Returns a List of simplices, not a Triangulation; wrap with triangulation to attach the configuration matrix.
The object fineStarTriangulation is a method function with options.
The source of this document is in Triangulations.m2:1534:0.