| 12345678910111213141516171819 |
- // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #pragma once
- namespace anki {
- class LineSegment;
- class Obb;
- class Plane;
- class Sphere;
- class Aabb;
- class ConvexHullShape;
- class Ray;
- class Cone;
- } // end namespace anki
|