[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-physics / third-party / bullet3 / src / Bullet3Dynamics / shared / b3Inertia.h
1
2
3 #ifndef B3_INERTIA_H
4 #define B3_INERTIA_H
5
6 #include "Bullet3Common/shared/b3Mat3x3.h"
7
8 struct b3Inertia
9 {
10         b3Mat3x3 m_invInertiaWorld;
11         b3Mat3x3 m_initInvInertia;
12 };
13
14 #endif  //B3_INERTIA_H