1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 #pragma once20 21 #include "../MathBuildConfig.h"22 #include "../Math/MathNamespace.h"23 24 #if defined(WIN32) && defined(MATH_WIN32_INTEROP)25 #include "../Math/InclWindows.h"26 #endif27 28 #include "[AABB.h]"29 #include "[AABB2D.h]"30 #include "[Capsule.h]"31 #include "[Circle.h]"32 #include "[Frustum.h]"33 #include "[GeometryAll.h]"34 #include "[HitInfo.h]"35 #include "[KDTree.h]"36 #include "[Line.h]"37 #include "[LineSegment.h]"38 #include "[OBB.h]"39 #include "[Plane.h]"40 #include "[Polygon.h]"41 #include "[Polyhedron.h]"42 #include "[QuadTree.h]"43 #include "[Ray.h]"44 #include "[Sphere.h]"45 #include "[Triangle.h]"46 #include "[TriangleMesh.h]"47 #include "[GeomType.h]"48 #include "[PBVolume.h]" Go back to previous page