#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. | |
| const void * | data |
| PxStridedData::PxStridedData | +( | ++ | ) | + [inline] |
+
+ +
+
| PX_INLINE const TDataType& PxStridedData::at | +( | +PxU32 | +idx | +) | + const [inline] |
+
+ +
+
| const void* PxStridedData::data | +
+ +
Referenced by PxTriangleMeshDesc::isValid(), PxSimpleTriangleMesh::isValid(), PxConvexMeshDesc::isValid(), and PxClothMeshDesc::isValid().
+ +| PxU32 PxStridedData::stride | +
+The offset in bytes between consecutive samples in the data. +
+Default: 0 +
Referenced by PxSimpleTriangleMesh::isValid(), PxHeightFieldDesc::isValid(), PxConvexMeshDesc::isValid(), and PxClothMeshDesc::isValid().
+ ++