Skip to content

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

Notifications You must be signed in to change notification settings

Narusaki/ExactGeodesic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages