Barycentric coordinate system


In geometry, the barycentric coordinate system is a coordinate system in which the location of a point of a simplex is specified as the center of mass, or barycenter, of usually unequal masses placed at its vertices. Coordinates also extend outside the simplex, where one or more coordinates become negative. The system was introduced in 1827 by August Ferdinand Möbius.

Definition

Let be the vertices of a simplex in an affine space A. If, for some point in A,
and at least one of does not vanish
then we say that the coefficients are barycentric coordinates of with respect to. The vertices themselves have the coordinates. Barycentric coordinates are not unique: for any b not equal to zero, are also barycentric coordinates of p.
When the coordinates are not negative, the point lies in the convex hull of, that is, in the simplex which has those points as its vertices.
Barycentric coordinates, as defined above, are a form of homogeneous coordinates: indeed, the "usual" homogeneous coordinates are the barycentric coordinates defined in the extended affine n-space on the simplex whose vertices are the points at infinity on the coordinate axes, plus the origin. Sometimes values of coordinates are restricted with a condition
which makes them unique; then, they are affine coordinates. The classical terminology in this case is that of absolute barycentric coordinates.

Barycentric coordinates on triangles

In the context of a triangle, barycentric coordinates are also known as area coordinates or areal coordinates, because the coordinates of P with respect to triangle ABC are equivalent to the ratios of the areas of PBC, PCA and PAB to the area of the reference triangle ABC. Areal and trilinear coordinates are used for similar purposes in geometry.
Barycentric or areal coordinates are extremely useful in engineering applications involving triangular subdomains. These make analytic integrals often easier to evaluate, and Gaussian quadrature tables are often presented in terms of area coordinates.
Consider a triangle defined by its three vertices,, and. Each point located inside this triangle can be written as a unique convex combination of the three vertices. In other words, for each there is a unique sequence of three numbers, such that and
The three numbers indicate the "barycentric" or "area" coordinates of the point with respect to the triangle. They are often denoted as instead of. Note that although there are three coordinates, there are only two degrees of freedom, since. Thus every point is uniquely defined by any two of the barycentric coordinates.
To explain why these coordinates are signed ratios of areas, let us assume that we work in the Euclidean space. Here, consider the Cartesian coordinate system and its associated basis, namely. Consider also the positively oriented triangle lying in the plane. It is known that for any basis of and any free vector one has
where stands for the mixed product of these three vectors.
Take, where is an arbitrary point in the plane, and remark that
A subtle point regarding our choice of free vectors: is, in fact, the equipollence class of the bound vector.
We have obtained that
Given the positive orientation of triangle, the denominator of both and is precisely the double of the area of the triangle. Also,
and so the numerators of and are the doubles of the signed areas of triangles and respectively.
Further, we deduce that
which means that the numbers, and are the barycentric coordinates of. Similarly, the third barycentric coordinate reads as
This -letter notation of the barycentric coordinates comes from the fact that the point may be interpreted as the center of mass for the masses,, which are located in, and.
Switching back and forth between the barycentric coordinates and other coordinate systems makes some problems much easier to solve.

Conversion between barycentric and Cartesian coordinates

Given a point in a triangle's plane one can obtain the barycentric coordinates, and from the Cartesian coordinates or vice versa.
We can write the Cartesian coordinates of the point in terms of the Cartesian components of the triangle vertices,, where and in terms of the barycentric coordinates of as
That is, the Cartesian coordinates of any point are a weighted average of the Cartesian coordinates of the triangle's vertices, with the weights being the point's barycentric coordinates summing to unity.
To find the reverse transformation, from Cartesian coordinates to barycentric coordinates, we first substitute into the above to obtain
Rearranging, this is
This linear transformation may be written more succinctly as
where is the vector of the first two barycentric coordinates, is the vector of Cartesian coordinates, and is a matrix given by
Now the matrix is invertible, since and are linearly independent. Thus, we can rearrange the above equation to get
Finding the barycentric coordinates has thus been reduced to finding the 2×2 inverse matrix of, an easy problem.
Explicitly, the formulae for the barycentric coordinates of point in terms of its Cartesian coordinates and in terms of the Cartesian coordinates of the triangle's vertices are:
Another way to solve the conversion from Cartesian to barycentric coordinates is to rewrite the problem in matrix form so that
with
and
Then, the condition
reads
and the barycentric coordinates can be solved as the solution of
the linear system

Conversion between barycentric and trilinear coordinates

A point with trilinear coordinates x : y : z has barycentric coordinates ax : by : cz where a, b, c are the side lengths of the triangle. Conversely, a point with barycentrics has trilinears

Equations in barycentric coordinates

The sides a, b, c respectively have equations
The equation of a triangle's Euler line is
Using the previously given conversion between barycentric and trilinear coordinates, the various other equations given in Trilinear coordinates#Formulas can be rewritten in terms of barycentric coordinates.

Distance between points

The displacement vector of two normalized points and is
The distance between and, or the length of the displacement vector is
where a, b, c are the sidelengths of the triangle. The equivalence of the last two expressions follows from which holds because
The barycentric coordinates of a point can be calculated based on distances di to the three triangle vertices by solving the equation

Applications

Determining location with respect to a triangle

Although barycentric coordinates are most commonly used to handle points inside a triangle, they can also be used to describe a point outside the triangle. If the point is not inside the triangle, then we can still use the formulas above to compute the barycentric coordinates. However, since the point is outside the triangle, at least one of the coordinates will violate our original assumption that. In fact, given any point in cartesian coordinates, we can use this fact to determine where this point is with respect to a triangle.
If a point lies in the interior of the triangle, all of the Barycentric coordinates lie in the open interval If a point lies on an edge of the triangle but not at a vertex, one of the area coordinates is zero, while the other two lie in the open interval If the point lies on a vertex, the coordinate associated with that vertex equals 1 and the others equal zero. Finally, if the point lies outside the triangle at least one coordinate is negative.
Summarizing,
In particular, if a point lies on the opposite side of a sideline from the vertex opposite that sideline, then that point's barycentric coordinate corresponding to that vertex is negative.

Interpolation on a triangular unstructured grid

If are known quantities, but the values of inside the triangle defined by is unknown, they can be approximated using linear interpolation. Barycentric coordinates provide a convenient way to compute this interpolation. If is a point inside the triangle with barycentric coordinates,,, then
In general, given any unstructured grid or polygon mesh, this kind of technique can be used to approximate the value of at all points, as long as the function's value is known at all vertices of the mesh. In this case, we have many triangles, each corresponding to a different part of the space. To interpolate a function at a point, first a triangle must be found that contains. To do so, is transformed into the barycentric coordinates of each triangle. If some triangle is found such that the coordinates satisfy, then the point lies in that triangle or on its edge. Then the value of can be interpolated as described above.
These methods have many applications, such as the finite element method.

Integration over a triangle or tetrahedron

The integral of a function over the domain of the triangle can be annoying to compute in a cartesian coordinate system. One generally has to split the triangle up into two halves, and great messiness follows. Instead, it is often easier to make a change of variables to any two barycentric coordinates, e.g.. Under this change of variables,
where is the area of the triangle. This result follows from the fact that a rectangle in barycentric coordinates corresponds to a quadrilateral in cartesian coordinates, and the ratio of the areas of the corresponding shapes in the corresponding coordinate systems is given by. Similarly, for integration over a tetrahedron, instead of breaking up the integral into two or three separate pieces, one could switch to 3D tetrahedral coordinates under the change of variables
where is the volume of the tetrahedron.

Examples of special points

The three vertices of a triangle have barycentric coordinates
The centroid has barycentrics
The circumcenter of a triangle ABC has barycentric coordinates
where are edge lengths respectively of the triangle.
The orthocenter has barycentric coordinates
The incenter has barycentric coordinates
The excenters' barycentrics are
The nine-point center has barycentric coordinates

Barycentric coordinates on tetrahedra

Barycentric coordinates may be easily extended to three dimensions. The 3D simplex is a tetrahedron, a polyhedron having four triangular faces and four vertices. Once again, the four barycentric coordinates are defined so that the first vertex maps to barycentric coordinates,, etc.
This is again a linear transformation, and we may extend the above procedure for triangles to find the barycentric coordinates of a point with respect to a tetrahedron:
where is now a 3×3 matrix:
and with the corresponding Cartesian coordinates:Once again, the problem of finding the barycentric coordinates has been reduced to inverting a 3×3 matrix. 3D barycentric coordinates may be used to decide if a point lies inside a tetrahedral volume, and to interpolate a function within a tetrahedral mesh, in an analogous manner to the 2D procedure. Tetrahedral meshes are often used in finite element analysis because the use of barycentric coordinates can greatly simplify 3D interpolation.

Generalized barycentric coordinates

Barycentric coordinates that are defined with respect to a finite set of points instead of a simplex are called generalized barycentric coordinates. For these, the equation
is still required to hold where are the given points. If these given points do not form a simplex, the generalized barycentric coordinates of a point are not unique. As for the case of a simplex, the points with nonnegative generalized coordinates form the convex hull of.
Thus, the definition is formally unchanged but while a simplex with n vertices needs to be embedded in a vector space of dimension of at least n-1, a polytope may be embedded in a vector space of lower dimension. The simplest example is a quadrilateral in the plane. Consequently, even normalized generalized barycentric coordinates are in general not uniquely determined anymore while this is the case for normalized barycentric coordinates with respect to a simplex.
More abstractly, generalized barycentric coordinates express a convex polytope with n vertices, regardless of dimension, as the image of the standard -simplex, which has n vertices – the map is onto: The map is one-to-one if and only if the polytope is a simplex, in which case the map is an isomorphism; this corresponds to a point not having unique generalized barycentric coordinates except when P is a simplex.
Dual to generalized barycentric coordinates are slack variables, which measure by how much margin a point satisfies the linear constraints, and gives an embedding into the f-orthant, where f is the number of faces. This map is one-to-one but not onto.
This use of the standard -simplex and f-orthant as standard objects that map to a polytope or that a polytope maps into should be contrasted with the use of the standard vector space as the standard object for vector spaces, and the standard affine hyperplane as the standard object for affine spaces, where in each case choosing a linear basis or affine basis provides an isomorphism, allowing all vector spaces and affine spaces to be thought of in terms of these standard spaces, rather than an onto or one-to-one map. Further, the n-orthant is the standard object that maps to cones.

Applications

Generalized barycentric coordinates have applications in computer graphics and more specifically in geometric modelling. Often, a three-dimensional model can be approximated by a polyhedron such that the generalized barycentric coordinates with respect to that polyhedron have a geometric meaning. In this way, the processing of the model can be simplified by using these meaningful coordinates. Barycentric coordinates are also used in geophysics