gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.72k stars 390 forks source link

what does the "TriangleBaryCoords" means? #64

Closed samyuchao closed 6 years ago

samyuchao commented 6 years ago

I see lots of classes have it, what does the "TriangleBaryCoords" means? public Vector3d TriangleBaryCoords;

rms80 commented 6 years ago

barycentric coordinates: http://mathworld.wolfram.com/BarycentricCoordinates.html