| Class | Description | 
|---|---|
| Asteroid | 
 A class representing a MinorPlanet of the type Asteroid, involving a position, a velocity and a radius. 
 | 
| BlackHole | 
 Created by stef on 13-7-17. 
 | 
| Bullet | 
 A class representing a Bullet involving a position, a velocity, and a radius. 
 | 
| Entity | 
 A class representing an Asteroid entity involving a position, a velocity, and a radius. 
 | 
| MinorPlanet | 
 A class representing an Entity of the type MinorPlanet, involving a position, a velocity and a radius. 
 | 
| Planetoid | 
 A class representing a MinorPlanet of the type Planetoid, involving a position, a velocity and a radius. 
 | 
| Program | |
| Ship | 
 A class representing an Asteroid Ship involving a position, a velocity, an angle and a radius 
 | 
| Vector | |
| World | 
 A class representing an Asteroid World involving the dimensions, witdh and height. 
 |