GlobeEngine
AABBExt.h
Go to the documentation of this file.
1 
7 #ifndef GlobeEngine_AABBExt_h
8 #define GlobeEngine_AABBExt_h
9 
10 //#include <cstddef>
11 #include "Intrinsic_Includes.h"
12 #include "AxisAlignedBoundingBox.h"
13 
14 namespace geData {
16  size_t aCount,
17  ge::float4* const __restrict _centers,
18  ge::float4* const __restrict _extents,
19  float aRootExpansionFactor = -1.0f /* negative number => none */
20  );
21 
23  size_t aCount,
24  float const* __restrict _centers,
25  float const* __restrict _extents,
26  float aRootExpansionFactor = -1.0f /* negative number => none */
27  );
28 
29 }
30 
31 #endif
Definition: AvalancheTrainingSimulationEngine.h:39
Definition: AxisAlignedBoundingBox.h:22
ge::AABB3f findRootAABB(size_t aCount, ge::float4 *const __restrict _centers, ge::float4 *const __restrict _extents, float aRootExpansionFactor=-1.0f)
Definition: AABBExt.cpp:12
ge::AABB3f findRootAABBold(size_t aCount, float const *__restrict _centers, float const *__restrict _extents, float aRootExpansionFactor=-1.0f)
Definition: AABBExt.cpp:50