#include "PxPhysXConfig.h"
#include "foundation/PxTransform.h"
#include "geometry/PxGeometry.h"
#include "PxQueryReport.h"
Go to the source code of this file.
Classes | |
class | PxSpatialIndexItem |
struct | PxSpatialOverlapCallback |
Callback class for overlap queries against PxSpatialIndex. More... | |
struct | PxSpatialLocationCallback |
Callback class for raycast and sweep queries against PxSpatialIndex. More... | |
class | PxSpatialIndex |
provides direct access to PhysX' Spatial Query engine More... | |
Typedefs | |
typedef PxU32 | PxSpatialIndexItemId |
Functions | |
PX_DEPRECATED PX_PHYSX_CORE_API PxSpatialIndex * | PxCreateSpatialIndex () |
Creates a spatial index. | |
Variables | |
static const PxSpatialIndexItemId | PX_SPATIAL_INDEX_INVALID_ITEM_ID = 0xffffffff |