Class SpatialOctree.Node<T extends SpatialOctree.SpatialObject>
java.lang.Object
org.episteme.core.mathematics.structures.SpatialOctree.Node<T>
- Enclosing class:
SpatialOctree<T extends SpatialOctree.SpatialObject>
Represents a node in the Spatial Octree.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
centerX
-
centerY
-
centerZ
-
size
-
mass
-
comX
-
comY
-
comZ
-
object
-
children
-
-
Method Details
-
isLeaf
public boolean isLeaf()
-