Interface SpatialOctree.SpatialObject

All Known Implementing Classes:
ArtificialSatellite, Atom, CelestialBody, Particle, Planet, RingSystem, Star
Enclosing class:
SpatialOctree<T extends SpatialOctree.SpatialObject>

public static interface SpatialOctree.SpatialObject
Interface for objects that can be stored in a SpatialOctree.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
    double
     
  • Method Details

    • getX

      double getX()
    • getY

      double getY()
    • getZ

      double getZ()
    • getMassValue

      double getMassValue()