Main Content
barycentricToCartesian
Convert coordinates from barycentric to Cartesian
Description
C = barycentricToCartesian(
returns the Cartesian coordinates of the points in TR
,ID
,B
)B
relative to
the triangulation object TR
. Each row of B
contains the barycentric coordinates of a point with respect to the triangle or
tetrahedron indexed by ID
. The identification numbers of the
triangles or tetrahedra in TR
are the corresponding row numbers
of the property TR.ConnectivityList
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013a
See Also
cartesianToBarycentric
| delaunayTriangulation
| triangulation