shapes/particle library

Classes

Particle
Particle shape. @example const particleShape = new CANNON.Particle() const particleBody = new CANNON.Body({ mass: 1, shape: particleShape }) world.addBody(particleBody)