BulletBroadphaseProxy.kl

Types

BulletBroadphaseProxy (object)

Members

Data pointer  

Methods

  BulletBroadphaseProxy ( in BulletBroadphaseProxy other )
  BulletBroadphaseProxy ()
BulletBroadphaseProxy clone ? ()
Vec3 getAabbMax ? ()
Vec3 getAabbMin ? ()
Data getClientObject ? ()
SInt16 getCollisionFilterGroup ? ()
SInt16 getCollisionFilterMask ? ()
Data getPointer ? ()
SInt32 getUniqueId ? ()
Boolean isCompound ? ( in Integer proxyType )
Boolean isConcave ? ( in Integer proxyType )
Boolean isConvex2d ? ( in Integer proxyType )
Boolean isConvex ? ( in Integer proxyType )
Boolean isInfinite ? ( in Integer proxyType )
Boolean isNonMoving ? ( in Integer proxyType )
Boolean isPolyhedral ? ( in Integer proxyType )
Boolean isSoftBody ? ( in Integer proxyType )
  setAabbMax ! ( in Vec3 aabbMax )
  setAabbMin ! ( in Vec3 aabbMin )
  setCollisionFilterGroup ! ( in SInt16 collisionFilterGroup )
  setCollisionFilterMask ! ( in SInt16 collisionFilterMask )
  setUniqueId ! ( in SInt32 uid )

BulletBroadphasePair (object)

The BulletBroadphasePair class contains a pair of aabb-overlapping objects. A BulletDispatcher can search a BulletCollisionAlgorithm that performs exact/narrowphase collision detection on the actual collision shapes.

Members

Data pointer