Bullet Collision Detection & Physics Library
|
compound primitive manager More...
#include <btGImpactShape.h>
Public Member Functions | |
virtual | ~CompoundPrimitiveManager () |
CompoundPrimitiveManager (const CompoundPrimitiveManager &compound) | |
CompoundPrimitiveManager (btGImpactCompoundShape *compoundShape) | |
CompoundPrimitiveManager () | |
virtual bool | is_trimesh () const |
determines if this manager consist on only triangles, which special case will be optimized | |
virtual int | get_primitive_count () const |
virtual void | get_primitive_box (int prim_index, btAABB &primbox) const |
virtual void | get_primitive_triangle (int prim_index, btPrimitiveTriangle &triangle) const |
retrieves only the points of the triangle, and the collision margin | |
![]() | |
virtual | ~btPrimitiveManagerBase () |
Public Attributes | |
btGImpactCompoundShape * | m_compoundShape |
compound primitive manager
Definition at line 298 of file btGImpactShape.h.
|
inlinevirtual |
Definition at line 301 of file btGImpactShape.h.
|
inline |
Definition at line 304 of file btGImpactShape.h.
|
inline |
Definition at line 310 of file btGImpactShape.h.
|
inline |
Definition at line 315 of file btGImpactShape.h.
|
inlinevirtual |
Implements btPrimitiveManagerBase.
Definition at line 330 of file btGImpactShape.h.
|
inlinevirtual |
Implements btPrimitiveManagerBase.
Definition at line 325 of file btGImpactShape.h.
|
inlinevirtual |
retrieves only the points of the triangle, and the collision margin
Implements btPrimitiveManagerBase.
Definition at line 345 of file btGImpactShape.h.
determines if this manager consist on only triangles, which special case will be optimized
Implements btPrimitiveManagerBase.
Definition at line 320 of file btGImpactShape.h.
btGImpactCompoundShape* btGImpactCompoundShape::CompoundPrimitiveManager::m_compoundShape |
Definition at line 302 of file btGImpactShape.h.