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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactCompoundShape.java 61 static public class CompoundPrimitiveManager extends btPrimitiveManagerBase {
64 protected CompoundPrimitiveManager(final String className, long cPtr, boolean cMemoryOwn) {
69 /** Construct a new CompoundPrimitiveManager, normally you should not need this constructor it's intended for low-level usage. */
70 public CompoundPrimitiveManager(long cPtr, boolean cMemoryOwn) {
71 this("CompoundPrimitiveManager", cPtr, cMemoryOwn);
82 public static long getCPtr(CompoundPrimitiveManager obj) {
113 public CompoundPrimitiveManager(btGImpactCompoundShape.CompoundPrimitiveManager compound) {
114 this(CollisionJNI.new_btGImpactCompoundShape_CompoundPrimitiveManager__SWIG_0(btGImpactCompoundShape.CompoundPrimitiveManager.getCPtr(compound), compound), true);
117 public CompoundPrimitiveManager(btGImpactCompoundShape compoundShape)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 314 class CompoundPrimitiveManager:public btPrimitiveManagerBase
317 virtual ~CompoundPrimitiveManager() {}
321 CompoundPrimitiveManager(const CompoundPrimitiveManager& compound)
327 CompoundPrimitiveManager(btGImpactCompoundShape * compoundShape)
332 CompoundPrimitiveManager()
373 CompoundPrimitiveManager m_primitive_manager;
407 SIMD_FORCE_INLINE CompoundPrimitiveManager * getCompoundPrimitiveManager()

Completed in 134 milliseconds