Uses of Interface
org.episteme.core.mathematics.structures.SpatialOctree.SpatialObject
Packages that use SpatialOctree.SpatialObject
Package
Description
-
Uses of SpatialOctree.SpatialObject in org.episteme.core.mathematics.structures
Classes in org.episteme.core.mathematics.structures with type parameters of type SpatialOctree.SpatialObjectModifier and TypeClassDescriptionclassSpatialOctree<T extends SpatialOctree.SpatialObject>Generic Spatial Octree structure for high-performance spatial partitioning.static classSpatialOctree.Node<T extends SpatialOctree.SpatialObject>Represents a node in the Spatial Octree.Fields in org.episteme.core.mathematics.structures declared as SpatialOctree.SpatialObject -
Uses of SpatialOctree.SpatialObject in org.episteme.natural.chemistry
Classes in org.episteme.natural.chemistry that implement SpatialOctree.SpatialObject -
Uses of SpatialOctree.SpatialObject in org.episteme.natural.physics.astronomy
Classes in org.episteme.natural.physics.astronomy that implement SpatialOctree.SpatialObjectModifier and TypeClassDescriptionclassRepresents an artificial satellite orbiting Earth.classRepresents a celestial body (Star, Planet, Moon, etc.).classRepresents a Planet.classRepresents a planetary ring system.classRepresents a Star. -
Uses of SpatialOctree.SpatialObject in org.episteme.natural.physics.classical.mechanics
Classes in org.episteme.natural.physics.classical.mechanics that implement SpatialOctree.SpatialObjectModifier and TypeClassDescriptionclassA particle in N-body simulation using Generic Linear Algebra.