PhysX License
Building with PhysX
Snippets
PhysX API Basics
Startup and Shutdown
Threading
Geometry
Custom Geometry
Rigid Body Overview
Rigid Body Collision
Rigid Body Dynamics
Simulation
Advanced Collision Detection
Joints
Articulations
GPU Rigid Bodies
Soft Bodies
Particle System
Geometry Queries
Scene Queries
Gjk Queries
Vehicles
Character Controllers
Debug Visualization
Omniverse Visual Debugger
Simulation Statistics
Serialization
Extending Serialization
Best Practices Guide
Migrating From PhysX SDK 2.x to 3.x
Migrating From PhysX SDK 3.2 to 3.3
Migrating From PhysX SDK 3.3 to 3.4
Migrating From PhysX SDK 3.4 to 4.0
Migrating From PhysX SDK 4.0 to 5.1
C++ API
physx
»
PxStack
PxStack
Defined in
include/foundation/PxSortInternals.h
template
<
class
PxAllocator
>
class
PxStack
Public Functions
inline
PxStack
(
int32_t
*
memory
,
uint32_t
capacity
,
const
PxAllocator
&
inAllocator
)
inline
~PxStack
(
)
inline
void
grow
(
)
inline
void
push
(
int32_t
start
,
int32_t
end
)
inline
void
pop
(
int32_t
&
start
,
int32_t
&
end
)
inline
bool
empty
(
)