SkillAgentSearch skills...

ExactGeodesic

Implementation of exact geodesic algorithms on 2-manifold triangular meshes.

Install / Use

/learn @Narusaki/ExactGeodesic
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ExactGeodesic

This is an implementation of exact discrete geodesic algorithm proposed in [1] and improved in [2]. It computes geodesics on 2-manifold triangular meshes.

Note that the algorithm itself can apply on both orientable and non-orientable surfaces, but here only orientable case is supported due to the data structure adopted.

Reference

[1] Chen J, Han Y. Shortest paths on a polyhedron[C]//Proceedings of the sixth annual symposium on Computational geometry. ACM, 1990: 360-369.

[2] Xin S Q, Wang G J. Improving Chen and Han's algorithm on the discrete geodesic problem[J]. ACM Transactions on Graphics (TOG), 2009, 28(4): 104.

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks2

Languages

C++

Security Score

55/100

Audited on Oct 10, 2024

No findings