Interface SpatialQuadtree.SpatialObject2D

Enclosing class:
SpatialQuadtree<T extends SpatialQuadtree.SpatialObject2D>

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

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
  • Method Details

    • getX

      double getX()
    • getY

      double getY()
    • getMassValue

      double getMassValue()