virtualx-engine/thirdparty/bullet/Bullet3Dynamics/shared/b3Inertia.h
Rémi Verschelde e12c89e8c9 bullet: Streamline bundling, remove extraneous src/ folder
Document version and how to extract sources in thirdparty/README.md.
Drop unnecessary CMake and Premake files.
Simplify SCsub, drop unused one.
2018-01-13 14:08:45 +01:00

15 lines
No EOL
191 B
C++

#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