Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Octree
Class · 0.85
range
Function · 0.85
str
Function · 0.85
full
Method · 0.80
insertNode
Method · 0.80
findPosition
Method · 0.80
TestObject
Class · 0.70
time
Method · 0.45
Tested by
no test coverage detected