Home
last modified time | relevance | path

Searched refs:collidableIndex (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/
H A Db3CpuNarrowPhase.cpp31 b3Collidable& b3CpuNarrowPhase::getCollidableCpu(int collidableIndex) in getCollidableCpu() argument
33 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
38 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
145 int collidableIndex = allocateCollidable(); in registerConvexHullShape() local
146 if (collidableIndex < 0) in registerConvexHullShape()
147 return collidableIndex; in registerConvexHullShape()
149 b3Collidable& col = m_data->m_collidablesCPU[collidableIndex]; in registerConvexHullShape()
188 return collidableIndex; in registerConvexHullShape()
224 int collidableIndex = registerConvexHullShape(utilPtr); in registerConvexHullShape() local
227 return collidableIndex; in registerConvexHullShape()
[all …]
H A Db3CpuNarrowPhase.h81 b3Collidable& getCollidableCpu(int collidableIndex);
82 const b3Collidable& getCollidableCpu(int collidableIndex) const;
89 const struct b3Aabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/
H A Db3CpuNarrowPhase.cpp31 b3Collidable& b3CpuNarrowPhase::getCollidableCpu(int collidableIndex) in getCollidableCpu() argument
33 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
38 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
145 int collidableIndex = allocateCollidable(); in registerConvexHullShape() local
146 if (collidableIndex < 0) in registerConvexHullShape()
147 return collidableIndex; in registerConvexHullShape()
149 b3Collidable& col = m_data->m_collidablesCPU[collidableIndex]; in registerConvexHullShape()
188 return collidableIndex; in registerConvexHullShape()
224 int collidableIndex = registerConvexHullShape(utilPtr); in registerConvexHullShape() local
227 return collidableIndex; in registerConvexHullShape()
[all …]
H A Db3CpuNarrowPhase.h81 b3Collidable& getCollidableCpu(int collidableIndex);
82 const b3Collidable& getCollidableCpu(int collidableIndex) const;
89 const struct b3Aabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/
H A Db3CpuNarrowPhase.cpp31 b3Collidable& b3CpuNarrowPhase::getCollidableCpu(int collidableIndex) in getCollidableCpu() argument
33 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
38 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
145 int collidableIndex = allocateCollidable(); in registerConvexHullShape() local
146 if (collidableIndex < 0) in registerConvexHullShape()
147 return collidableIndex; in registerConvexHullShape()
149 b3Collidable& col = m_data->m_collidablesCPU[collidableIndex]; in registerConvexHullShape()
188 return collidableIndex; in registerConvexHullShape()
224 int collidableIndex = registerConvexHullShape(utilPtr); in registerConvexHullShape() local
227 return collidableIndex; in registerConvexHullShape()
[all …]
H A Db3CpuNarrowPhase.h81 b3Collidable& getCollidableCpu(int collidableIndex);
82 const b3Collidable& getCollidableCpu(int collidableIndex) const;
89 const struct b3Aabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/
H A Db3CpuNarrowPhase.cpp31 b3Collidable& b3CpuNarrowPhase::getCollidableCpu(int collidableIndex) in getCollidableCpu() argument
33 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
38 return m_data->m_collidablesCPU[collidableIndex]; in getCollidableCpu()
145 int collidableIndex = allocateCollidable(); in registerConvexHullShape() local
146 if (collidableIndex < 0) in registerConvexHullShape()
147 return collidableIndex; in registerConvexHullShape()
149 b3Collidable& col = m_data->m_collidablesCPU[collidableIndex]; in registerConvexHullShape()
188 return collidableIndex; in registerConvexHullShape()
224 int collidableIndex = registerConvexHullShape(utilPtr); in registerConvexHullShape() local
227 return collidableIndex; in registerConvexHullShape()
[all …]
H A Db3CpuNarrowPhase.h81 b3Collidable& getCollidableCpu(int collidableIndex);
82 const b3Collidable& getCollidableCpu(int collidableIndex) const;
89 const struct b3Aabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/RigidBody/
H A Db3GpuNarrowPhase.cpp162 if (collidableIndex < 0) in registerSphereShape()
163 return collidableIndex; in registerSphereShape()
191 return collidableIndex; in registerSphereShape()
205 if (collidableIndex < 0) in registerPlaneShape()
206 return collidableIndex; in registerPlaneShape()
231 return collidableIndex; in registerPlaneShape()
318 return collidableIndex; in registerConvexHullShape()
324 if (collidableIndex < 0) in registerConvexHullShape()
367 return collidableIndex; in registerConvexHullShape()
518 return collidableIndex; in registerCompoundShape()
[all …]
H A Db3GpuNarrowPhase.h42 …int registerRigidBody(int collidableIndex, float mass, const float* position, const float* orienta…
85 b3Collidable& getCollidableCpu(int collidableIndex);
86 const b3Collidable& getCollidableCpu(int collidableIndex) const;
98 const struct b3SapAabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/RigidBody/
H A Db3GpuNarrowPhase.cpp162 if (collidableIndex < 0) in registerSphereShape()
163 return collidableIndex; in registerSphereShape()
191 return collidableIndex; in registerSphereShape()
205 if (collidableIndex < 0) in registerPlaneShape()
206 return collidableIndex; in registerPlaneShape()
231 return collidableIndex; in registerPlaneShape()
318 return collidableIndex; in registerConvexHullShape()
324 if (collidableIndex < 0) in registerConvexHullShape()
367 return collidableIndex; in registerConvexHullShape()
518 return collidableIndex; in registerCompoundShape()
[all …]
H A Db3GpuNarrowPhase.h42 …int registerRigidBody(int collidableIndex, float mass, const float* position, const float* orienta…
85 b3Collidable& getCollidableCpu(int collidableIndex);
86 const b3Collidable& getCollidableCpu(int collidableIndex) const;
98 const struct b3SapAabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/
H A Db3GpuNarrowPhase.cpp162 if (collidableIndex < 0) in registerSphereShape()
163 return collidableIndex; in registerSphereShape()
191 return collidableIndex; in registerSphereShape()
205 if (collidableIndex < 0) in registerPlaneShape()
206 return collidableIndex; in registerPlaneShape()
231 return collidableIndex; in registerPlaneShape()
318 return collidableIndex; in registerConvexHullShape()
324 if (collidableIndex < 0) in registerConvexHullShape()
367 return collidableIndex; in registerConvexHullShape()
518 return collidableIndex; in registerCompoundShape()
[all …]
H A Db3GpuNarrowPhase.h42 …int registerRigidBody(int collidableIndex, float mass, const float* position, const float* orienta…
85 b3Collidable& getCollidableCpu(int collidableIndex);
86 const b3Collidable& getCollidableCpu(int collidableIndex) const;
98 const struct b3SapAabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/
H A Db3GpuNarrowPhase.cpp162 if (collidableIndex < 0) in registerSphereShape()
163 return collidableIndex; in registerSphereShape()
191 return collidableIndex; in registerSphereShape()
205 if (collidableIndex < 0) in registerPlaneShape()
206 return collidableIndex; in registerPlaneShape()
231 return collidableIndex; in registerPlaneShape()
318 return collidableIndex; in registerConvexHullShape()
324 if (collidableIndex < 0) in registerConvexHullShape()
367 return collidableIndex; in registerConvexHullShape()
518 return collidableIndex; in registerCompoundShape()
[all …]
H A Db3GpuNarrowPhase.h42 …int registerRigidBody(int collidableIndex, float mass, const float* position, const float* orienta…
85 b3Collidable& getCollidableCpu(int collidableIndex);
86 const b3Collidable& getCollidableCpu(int collidableIndex) const;
98 const struct b3SapAabb& getLocalSpaceAabb(int collidableIndex) const;
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h15 int collidableIndex = body->m_collidableIdx; in b3ComputeWorldAabb() local
16 int shapeIndex = collidables[collidableIndex].m_shapeIndex; in b3ComputeWorldAabb()
20 b3Aabb_t localAabb = localShapeAABB[collidableIndex]; in b3ComputeWorldAabb()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h15 int collidableIndex = body->m_collidableIdx; in b3ComputeWorldAabb() local
16 int shapeIndex = collidables[collidableIndex].m_shapeIndex; in b3ComputeWorldAabb()
20 b3Aabb_t localAabb = localShapeAABB[collidableIndex]; in b3ComputeWorldAabb()
H A Db3ContactSphereSphere.h34 int collidableIndex = rigidBodies[bodyIndexB].m_collidableIdx; in computeContactSphereConvex() local
35 int shapeIndex = collidables[collidableIndex].m_shapeIndex; in computeContactSphereConvex()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h15 int collidableIndex = body->m_collidableIdx; in b3ComputeWorldAabb() local
16 int shapeIndex = collidables[collidableIndex].m_shapeIndex; in b3ComputeWorldAabb()
20 b3Aabb_t localAabb = localShapeAABB[collidableIndex]; in b3ComputeWorldAabb()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h15 int collidableIndex = body->m_collidableIdx; in b3ComputeWorldAabb() local
16 int shapeIndex = collidables[collidableIndex].m_shapeIndex; in b3ComputeWorldAabb()
20 b3Aabb_t localAabb = localShapeAABB[collidableIndex]; in b3ComputeWorldAabb()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Dynamics/
H A Db3CpuRigidBodyPipeline.cpp46 int collidableIndex = body->m_collidableIdx; in updateAabbWorldSpace() local
47 b3Collidable& collidable = m_data->m_np->getCollidableCpu(collidableIndex); in updateAabbWorldSpace()
397 …nce(float mass, const float* position, const float* orientation, int collidableIndex, int userData) in registerPhysicsInstance() argument
403 body.m_collidableIdx = collidableIndex; in registerPhysicsInstance()
412 if (collidableIndex >= 0) in registerPhysicsInstance()
416 b3Aabb localAabb = m_data->m_np->getLocalSpaceAabb(collidableIndex); in registerPhysicsInstance()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Dynamics/
H A Db3CpuRigidBodyPipeline.cpp46 int collidableIndex = body->m_collidableIdx; in updateAabbWorldSpace() local
47 b3Collidable& collidable = m_data->m_np->getCollidableCpu(collidableIndex); in updateAabbWorldSpace()
397 …nce(float mass, const float* position, const float* orientation, int collidableIndex, int userData) in registerPhysicsInstance() argument
403 body.m_collidableIdx = collidableIndex; in registerPhysicsInstance()
412 if (collidableIndex >= 0) in registerPhysicsInstance()
416 b3Aabb localAabb = m_data->m_np->getLocalSpaceAabb(collidableIndex); in registerPhysicsInstance()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Dynamics/
H A Db3CpuRigidBodyPipeline.cpp46 int collidableIndex = body->m_collidableIdx; in updateAabbWorldSpace() local
47 b3Collidable& collidable = m_data->m_np->getCollidableCpu(collidableIndex); in updateAabbWorldSpace()
397 …nce(float mass, const float* position, const float* orientation, int collidableIndex, int userData) in registerPhysicsInstance() argument
403 body.m_collidableIdx = collidableIndex; in registerPhysicsInstance()
412 if (collidableIndex >= 0) in registerPhysicsInstance()
416 b3Aabb localAabb = m_data->m_np->getLocalSpaceAabb(collidableIndex); in registerPhysicsInstance()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Dynamics/
H A Db3CpuRigidBodyPipeline.cpp46 int collidableIndex = body->m_collidableIdx; in updateAabbWorldSpace() local
47 b3Collidable& collidable = m_data->m_np->getCollidableCpu(collidableIndex); in updateAabbWorldSpace()
397 …nce(float mass, const float* position, const float* orientation, int collidableIndex, int userData) in registerPhysicsInstance() argument
403 body.m_collidableIdx = collidableIndex; in registerPhysicsInstance()
412 if (collidableIndex >= 0) in registerPhysicsInstance()
416 b3Aabb localAabb = m_data->m_np->getLocalSpaceAabb(collidableIndex); in registerPhysicsInstance()

12