HomeSort by relevance Sort by last modified time
    Searched defs:btTransformDoubleData (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btTransform.h 24 #define btTransformData btTransformDoubleData
215 void deSerializeDouble(const struct btTransformDoubleData& dataIn);
259 struct btTransformDoubleData
292 SIMD_FORCE_INLINE void btTransform::deSerializeDouble(const btTransformDoubleData& dataIn)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btTransformDoubleData.java 17 public class btTransformDoubleData extends BulletBase {
20 protected btTransformDoubleData(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btTransformDoubleData, normally you should not need this constructor it's intended for low-level usage. */
26 public btTransformDoubleData(long cPtr, boolean cMemoryOwn) {
27 this("btTransformDoubleData", cPtr, cMemoryOwn);
38 public static long getCPtr(btTransformDoubleData obj) {
77 public btTransformDoubleData() {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 39 class btTransformDoubleData;
200 class btTransformDoubleData
547 btTransformDoubleData m_worldTransform;
548 btTransformDoubleData m_interpolationWorldTransform;
766 btTransformDoubleData m_rbAFrame;
767 btTransformDoubleData m_rbBFrame;
806 btTransformDoubleData m_rbAFrame;
807 btTransformDoubleData m_rbBFrame;
827 btTransformDoubleData m_rbAFrame;
828 btTransformDoubleData m_rbBFrame
    [all...]

Completed in 297 milliseconds