Class StarParticle
java.lang.Object
org.episteme.natural.ui.viewers.physics.astronomy.StarParticle
Represents a star particle in the galaxy simulation.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStarParticle(double x, double y, double vx, double vy, javafx.scene.paint.Color c) -
Method Summary
-
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)
-