User`s guide

Mathematics
5-15
TriRep Method Replacement triangulation Method Name Change
cartToBary cartesianToBarycentric
circumcenters circumcenter
edgeAttachments edgeAttachments
edges edges
faceNormals faceNormal
featureEdges featureEdges
freeBoundary freeBoundary
incenters incenter
isEdge isConnected
neighbors neighbors
size size
vertexAttachments vertexAttachments
delaunayTriangulation class to replace DelaunayTri
DelaunayTri will be removed in a future release. Use the new delaunayTriangulation
class instead. delaunayTriangulation represents 2-D and 3-D Delaunay
triangulations using a similar form and syntax as DelaunayTri.
Compatibility Considerations
Some of the property and method names have changed. The tables below map the current
DelaunayTri properties and methods to the delaunayTriangulation replacements.
Each replacement property has the same shape and holds the same values as the
corresponding DelaunayTri property. Similarly, each replacement method has the same
syntax and returns the same result as the corresponding DelaunayTri method.
Replacements for DelaunayTri Properties
DelaunayTri Property Replacement
delaunayTriangulation Property
Name Change
Constraints Constraints
X Points