diff options
Diffstat (limited to 'thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h')
-rw-r--r-- | thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h b/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h index 5c5f4e297f..d5a73bd4f5 100644 --- a/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h +++ b/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h @@ -2,8 +2,6 @@ #ifndef B3_CONVEX_POLYHEDRON_DATA_H #define B3_CONVEX_POLYHEDRON_DATA_H - - #include "Bullet3Common/shared/b3Float4.h" #include "Bullet3Common/shared/b3Quat.h" @@ -21,20 +19,20 @@ typedef struct b3ConvexPolyhedronData b3ConvexPolyhedronData_t; struct b3ConvexPolyhedronData { - b3Float4 m_localCenter; - b3Float4 m_extents; - b3Float4 mC; - b3Float4 mE; + b3Float4 m_localCenter; + b3Float4 m_extents; + b3Float4 mC; + b3Float4 mE; - float m_radius; - int m_faceOffset; + float m_radius; + int m_faceOffset; int m_numFaces; - int m_numVertices; + int m_numVertices; int m_vertexOffset; - int m_uniqueEdgesOffset; - int m_numUniqueEdges; + int m_uniqueEdgesOffset; + int m_numUniqueEdges; int m_unused; }; -#endif //B3_CONVEX_POLYHEDRON_DATA_H +#endif //B3_CONVEX_POLYHEDRON_DATA_H |