MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / load_data

Method load_data

python/pymesh/aabb_tree.py:31–32  ·  view source on GitHub ↗
(self, points, segments)

Source from the content-addressed store, hash-verified

29 self.__raw_tree = None
30
31 def load_data(self, points, segments):
32 self.__raw_tree = PyMesh.AABBTree2(points, segments)
33
34 def look_up(self, pts):
35 sq_dists, segment_indices = \

Callers 2

compute_metricFunction · 0.95
solve_heat_equationFunction · 0.95

Calls 1

AABBTree2Method · 0.80

Tested by

no test coverage detected