slam.geodesics¶
Functions
|
This func computes the geodesic distance between a set of sources and targets on a mesh surface by using the gdist.compute_gdist(). |
|
For every vertex, get all the vertices within the maximum distance. NOTE: It will take some time to compute all the geo-distance from point to point. Details about the computing time and memory see in method gdist.local_gdist_matrix :param mesh: :param max_geodist: :return:. |
|