释义 |
barycentric coordinates If a triangle's vertices have position vectors a,b,c, the position vector of any point of the plane containing the triangle can be written uniquely as αa + βb + γc where α + β + γ = 1. The point's barycentric coordinates are α,β,γ. Points inside the triangle have positive barycentric coordinates. At the triangle's centroid α=β=γ = 1/3. Barycentric coordinates can similarly be defined for a simplex.
|