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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.h 55 #define DBVT_INLINE SIMD_FORCE_INLINE
132 DBVT_INLINE btVector3 Center() const { return((mi+mx)/2); }
133 DBVT_INLINE btVector3 Lengths() const { return(mx-mi); }
134 DBVT_INLINE btVector3 Extents() const { return((mx-mi)/2); }
135 DBVT_INLINE const btVector3& Mins() const { return(mi); }
136 DBVT_INLINE const btVector3& Maxs() const { return(mx); }
142 DBVT_INLINE void Expand(const btVector3& e);
143 DBVT_INLINE void SignedExpand(const btVector3& e);
144 DBVT_INLINE bool Contain(const btDbvtAabbMm& a) const;
145 DBVT_INLINE int Classify(const btVector3& n,btScalar o,int s) const
    [all...]
btDbvt.cpp 31 static DBVT_INLINE int indexof(const btDbvtNode* node)
37 static DBVT_INLINE btDbvtVolume merge( const btDbvtVolume& a,
52 static DBVT_INLINE btScalar size(const btDbvtVolume& a)
70 static DBVT_INLINE void deletenode( btDbvt* pdbvt,
91 static DBVT_INLINE btDbvtNode* createnode( btDbvt* pdbvt,
107 static DBVT_INLINE btDbvtNode* createnode( btDbvt* pdbvt,
118 static DBVT_INLINE btDbvtNode* createnode( btDbvt* pdbvt,
371 static DBVT_INLINE btDbvtNode* sort(btDbvtNode* n,btDbvtNode*& r)
399 static DBVT_INLINE btDbvtNode* walkup(btDbvtNode* n,int count)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCompoundCollisionAlgorithm.cpp 217 static DBVT_INLINE bool MyIntersect( const btDbvtAabbMm& a,

Completed in 44 milliseconds