engine library

Basic import for projects similar to the original particles package

Classes

CircularParticle
Single Circular Particle
Emitter
Particle
Single Particle Model
ParticleLine
Particles

Enums

BoundType

Functions

checkForBounce(double nextX, double nextY, double maxX, double maxY, Particle particle) Offset
getWrapPosition(double nextX, double nextY, double maxX, double maxY) Offset
outOfBound(double nextX, double nextY, double maxX, double maxY, {double overflow = 5}) bool