nmwsharp / geometry-central

Applied 3D geometry in C++, with a focus on surface meshes.
https://geometry-central.net
MIT License
1.01k stars 141 forks source link

Updating the functionality of barycentric vectors #170

Open nzfeng opened 5 months ago

nzfeng commented 5 months ago

Nothing major -- just added additional functionality to the BarycentricVector object:

Let me know if you need me to add additional test functions to geometry-central -- for these few commits, I tested everything using an external program: https://github.com/nzfeng/barycentric-vector-demo

nmwsharp commented 4 months ago

This looks great! Docs are good too. I left two small comments above, but neither are big issues, just small questions.