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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btVector3FloatData.java 17 public class btVector3FloatData extends BulletBase {
20 protected btVector3FloatData(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btVector3FloatData, normally you should not need this constructor it's intended for low-level usage. */
26 public btVector3FloatData(long cPtr, boolean cMemoryOwn) {
27 this("btVector3FloatData", cPtr, cMemoryOwn);
38 public static long getCPtr(btVector3FloatData obj) {
68 public btVector3FloatData() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h 29 #define btVector3Data btVector3FloatData
30 #define btVector3DataName "btVector3FloatData"
698 SIMD_FORCE_INLINE void serializeFloat(struct btVector3FloatData& dataOut) const;
700 SIMD_FORCE_INLINE void deSerializeFloat(const struct btVector3FloatData& dataIn);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 32 class btVector3FloatData;
143 class btVector3FloatData
178 btVector3FloatData m_el[3];
195 btVector3FloatData m_origin;
223 btVector3FloatData m_aabbMinOrg;
224 btVector3FloatData m_aabbMaxOrg;
259 btVector3FloatData m_bvhAabbMin;
260 btVector3FloatData m_bvhAabbMax;
261 btVector3FloatData m_bvhQuantization;
308 btVector3FloatData m_localScaling
    [all...]

Completed in 70 milliseconds