PxStridedData Struct Reference

#include <PxCoreUtilityTypes.h>

Inheritance diagram for PxStridedData:

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
 

Constructor & Destructor Documentation

◆ PxStridedData()

PxStridedData::PxStridedData ( )
inline

Member Function Documentation

◆ at()

template<typename TDataType >
PX_INLINE const TDataType& PxStridedData::at ( PxU32  idx) const
inline

Member Data Documentation

◆ data

const void* PxStridedData::data

◆ stride

PxU32 PxStridedData::stride

The offset in bytes between consecutive samples in the data.

Default: 0

Referenced by PxConvexMeshDesc::isValid().


The documentation for this struct was generated from the following file: