OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btDbvtVolume
(Results
1 - 9
of
9
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.cpp
37
static DBVT_INLINE
btDbvtVolume
merge( const
btDbvtVolume
& a,
38
const
btDbvtVolume
& b)
42
btDbvtVolume
* ptr = (
btDbvtVolume
*) locals;
43
btDbvtVolume
& res=*ptr;
45
btDbvtVolume
res;
52
static DBVT_INLINE btScalar size(const
btDbvtVolume
& a)
109
const
btDbvtVolume
& volume,
120
const
btDbvtVolume
& volume0
[
all
...]
btDbvtBroadphase.cpp
174
btDbvtAabbMm aabb =
btDbvtVolume
::FromMM(aabbMin,aabbMax);
176
//bproxy->aabb =
btDbvtVolume
::FromMM(aabbMin,aabbMax);
272
const ATTRIBUTE_ALIGNED16(
btDbvtVolume
) bounds=
btDbvtVolume
::FromMM(aabbMin,aabbMax);
288
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) aabb=
btDbvtVolume
::FromMM(aabbMin,aabbMax);
356
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) aabb=
btDbvtVolume
::FromMM(aabbMin,aabbMax);
535
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) curAabb=
btDbvtVolume
::FromMM(current->m_aabbMin,current->m_aabbMax)
[
all
...]
btDbvt.h
174
typedef btDbvtAabbMm
btDbvtVolume
;
179
btDbvtVolume
volume;
277
btDbvtNode* insert(const
btDbvtVolume
& box,void* data);
279
void update(btDbvtNode* leaf,
btDbvtVolume
& volume);
280
bool update(btDbvtNode* leaf,
btDbvtVolume
& volume,const btVector3& velocity,btScalar margin);
281
bool update(btDbvtNode* leaf,
btDbvtVolume
& volume,const btVector3& velocity);
282
bool update(btDbvtNode* leaf,
btDbvtVolume
& volume,btScalar margin);
326
const
btDbvtVolume
& volume,
923
const
btDbvtVolume
& vol,
929
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) volume(vol)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.cpp
81
const
btDbvtVolume
bounds=
btDbvtVolume
::FromMM(localAabbMin,localAabbMax);
99
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) bounds=
btDbvtVolume
::FromMM(localAabbMin,localAabbMax);
316
const
btDbvtVolume
bounds=
btDbvtVolume
::FromMM(localAabbMin,localAabbMax);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCollisionAlgorithm.cpp
275
const ATTRIBUTE_ALIGNED16(
btDbvtVolume
) bounds=
btDbvtVolume
::FromMM(localAabbMin,localAabbMax);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h
465
static inline
btDbvtVolume
VolumeOf( const btSoftBody::Face& f,
471
btDbvtVolume
vol=
btDbvtVolume
::FromPoints(pts,3);
744
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) volume;
746
volume=
btDbvtVolume
::FromMM(mins,maxs);
btSoftBody.cpp
48
n.m_leaf = m_ndbvt.insert(
btDbvtVolume
::FromCR(n.m_x,margin),&n);
256
n.m_leaf = m_ndbvt.insert(
btDbvtVolume
::FromCR(n.m_x,margin),&n);
787
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) vol;
795
vol =
btDbvtVolume
::FromCR(n.m_x,margin);
828
ATTRIBUTE_ALIGNED16(
btDbvtVolume
) vol;
835
vol =
btDbvtVolume
::FromCR(n.m_x,margin);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
btSoftBody.i
71
node.m_leaf = result->m_ndbvt.insert(
btDbvtVolume
::FromCR(node.m_x,margin),&node);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp
[
all
...]
Completed in 551 milliseconds