首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 多个源/目标精确的测地线(最短路径)的三角网格算法(3D三角二维表面)

多个源/目标精确的测地线(最短路径)的三角网格算法(3D三角二维表面)

资 源 简 介

This is an implementation of exact geodesic algorithm for triangular mesh (first described by Mitchell, Mount and Papadimitriou in 1987) with some minor improvements, extensions and simplifications. The algorithm has O(n^2 log n) worst-case time complexity, but in practice can work with million-node meshes in reasonable time. For the quick overview, see J. O"Rourke, "Computational Geometry Column 35", SIGACT News, 30(2) Issue #111.

文 件 列 表

geodesic_algorithm_subdivision.h
geodesic_constants_and_simple_functions.h
geodesic_matlab_api.h
geodesic_memory.h
geodesic_mesh.h
geodesic_mesh_elements.h
example0.cpp
example1.cpp
geodesic_matlab_api.cpp
flat_triangular_mesh.txt
hedgehog_mesh.txt
readme.txt
geodesic_algorithm_base.h
geodesic_algorithm_dijkstra.h
geodesic_algorithm_dijkstra_alternative.h
geodesic_algorithm_exact.h
geodesic_algorithm_exact_elements.h
geodesic_algorithm_graph_base.h
VIP VIP
0.174607s