Class StarParticle

java.lang.Object
org.episteme.natural.ui.viewers.physics.astronomy.StarParticle

public class StarParticle extends Object
Represents a star particle in the galaxy simulation.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Field Details

    • x

      public double x
    • y

      public double y
    • vx

      public double vx
    • vy

      public double vy
    • color

      public javafx.scene.paint.Color color
  • Constructor Details

    • StarParticle

      public StarParticle(double x, double y, double vx, double vy, javafx.scene.paint.Color c)