The goal of this project is to develop a simple library of collision detection according to algorithms and mathematical equations based on Newton's classical mechanics.This is a collision detection system between sphere-sphere and sphere-bounding box, based on real world physics
- The gravitational field acts within the bounding box
- The position and size of the bounding box do not change
- Frictional force acts on the ground (y-axis bottom of the bounding box)
- Rigid spheres with initial velocity are created inside the bounding box
- Inelastic collision occurs for all collisions, but the coefficient of restitution is different