Class Particle

java.lang.Object
org.episteme.natural.physics.classical.mechanics.Particle
All Implemented Interfaces:
SpatialOctree.SpatialObject
Direct Known Subclasses:
Atom, CelestialBody

public class Particle extends Object implements SpatialOctree.SpatialObject
A particle in N-body simulation using Generic Linear Algebra. Modernized to use Real for all physical properties.

Implements SpatialOctree.SpatialObject for high-performance Barnes-Hut simulations.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

  • Method Details