| 42 | struct Message; |
| 43 | template<typename T> |
| 44 | class Array; |
| 45 | |
| 46 | // Class QuickHull |
| 47 | // This algorithm is based on 'Implementing Quickhull' presentation at GDC from Dirk Gregorius |
nothing calls this directly
no outgoing calls
no test coverage detected