bt -> b3 rename
add docs
This commit is contained in:
18
opencl/gpu_broadphase/host/b3SapAabb.h
Normal file
18
opencl/gpu_broadphase/host/b3SapAabb.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef BT_SAP_AABB_H
|
||||
#define BT_SAP_AABB_H
|
||||
|
||||
struct b3SapAabb
|
||||
{
|
||||
union
|
||||
{
|
||||
float m_min[4];
|
||||
int m_minIndices[4];
|
||||
};
|
||||
union
|
||||
{
|
||||
float m_max[4];
|
||||
int m_signedMaxIndices[4];
|
||||
};
|
||||
};
|
||||
|
||||
#endif //BT_SAP_AABB_H
|
||||
Reference in New Issue
Block a user