#include <PxCoreUtilityTypes.h>
Public Member Functions | |
PxStridedData () | |
template<typename TDataType > | |
PX_INLINE const TDataType & | at (PxU32 idx) const |
Public Attributes | |
PxU32 | stride |
The offset in bytes between consecutive samples in the data. More... | |
const void * | data |
|
inline |
|
inline |
const void* PxStridedData::data |
Referenced by PxConvexMeshDesc::isValid().
PxU32 PxStridedData::stride |
The offset in bytes between consecutive samples in the data.
Default: 0
Referenced by PxConvexMeshDesc::isValid().