- P - Variable in class cs5643.particles.ParticleSystem
-
List of Particle objects.
- Particle - Class in cs5643.particles
-
Simple particle implementation, with miscellaneous adornments.
- PARTICLE_MASS - Static variable in interface cs5643.particles.Constants
-
Mass of a particle.
- PARTICLE_RADIUS - Static variable in class cs5643.particles.Particle
-
Radius of particle's sphere graphic.
- ParticleSystem - Class in cs5643.particles
-
Maintains dynamic lists of Particle and Force objects, and provides
access to their state for numerical integration of dynamics.
- ParticleSystem() - Constructor for class cs5643.particles.ParticleSystem
-
Basic constructor.
- ParticleSystemBuilder - Class in cs5643.particles
-
CS5643: Assignment #1: Smoothed-Particle Hydrodynamics
main() entry point class that initializes ParticleSystem, OpenGL
rendering, and GUI that manages GUI/mouse events.