| Class | Description | |
|---|---|---|
| lineCircleIntersectionResult | This class stores the result of a collision between a line and a circle | |
| mathUtils | This class provides various useful math methods | |
| objectPool |
Object pooling is the process of storing objects in a pool when they are not in use so as to avoid the overhead of creating them again and again. |