summaryrefslogtreecommitdiff
path: root/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h
blob: 96fe9f8b39833b79c4f30163a1c8f74c3933bea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#ifndef B3_INERTIA_H
#define B3_INERTIA_H

#include "Bullet3Common/shared/b3Mat3x3.h"

struct b3Inertia
{
	b3Mat3x3 m_invInertiaWorld;
	b3Mat3x3 m_initInvInertia;
};


#endif //B3_INERTIA_H