slam.geodesics¶
Functions
|
This func computes the geodesic distance from one point to all vertices on |
|
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:. |
|