Home
last modified time | relevance | path

Searched defs:btBulletSerializedArrays (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtSerializer.h142 struct btBulletSerializedArrays struct
144 btBulletSerializedArrays() in btBulletSerializedArrays() function
147 btAlignedObjectArray<struct btQuantizedBvhDoubleData*> m_bvhsDouble;
148 btAlignedObjectArray<struct btQuantizedBvhFloatData*> m_bvhsFloat;
149 btAlignedObjectArray<struct btCollisionShapeData*> m_colShapeData;
150 btAlignedObjectArray<struct btDynamicsWorldDoubleData*> m_dynamicWorldInfoDataDouble;
151 btAlignedObjectArray<struct btDynamicsWorldFloatData*> m_dynamicWorldInfoDataFloat;
152 btAlignedObjectArray<struct btRigidBodyDoubleData*> m_rigidBodyDataDouble;
153 btAlignedObjectArray<struct btRigidBodyFloatData*> m_rigidBodyDataFloat;
154 btAlignedObjectArray<struct btCollisionObjectDoubleData*> m_collisionObjectDataDouble;
[all …]