Home
last modified time | relevance | path

Searched refs:btTypedConstraintData2 (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtTypedConstraint.h25 #define btTypedConstraintData2 btTypedConstraintDoubleData macro
28 #define btTypedConstraintData2 btTypedConstraintFloatData macro
446 return sizeof(btTypedConstraintData2); in calculateSerializeBufferSize()
DbtTypedConstraint.cpp112 btTypedConstraintData2* tcd = (btTypedConstraintData2*) dataBuffer; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtBulletWorldImporter.cpp309 btTypedConstraintData2* constraintData = (btTypedConstraintData2*)bulletFile2->m_constraints[i]; in convertAllObjects()