MCPcopy Index your code
hub / github.com/ActiveState/code / recipe-498121.py

File recipe-498121.py

recipes/Python/498121_Python_Octree_Implementation/recipe-498121.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# python Octree v.1
2
3# UPDATED:
4# Is now more like a true octree (ie: partitions space containing objects)

Callers

nothing calls this directly

Calls 8

OctreeClass · 0.85
rangeFunction · 0.85
strFunction · 0.85
fullMethod · 0.80
insertNodeMethod · 0.80
findPositionMethod · 0.80
TestObjectClass · 0.70
timeMethod · 0.45

Tested by

no test coverage detected