Skip to main content
Ctrl+K
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • github
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • github
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • PhysX SDK API
  • Classes
  • PxTypedStridedData

PxTypedStridedData#

Defined in include/common/PxCoreUtilityTypes.h

template<typename TDataType>
struct PxTypedStridedData : public PxTypedBoundedData<TDataType>#

Public Functions

inline PxTypedStridedData()#
inline PxTypedStridedData(TDataType *data_, PxU32 stride_ = 0)#
inline const TDataType &at(PxU32 idx) const#
inline TDataType &atRef(PxU32 idx)#

Public Members

TDataType *data#
PxU32 stride#
PxU32 count#

previous

PxTypedBoundedData

next

PxUnConst

On this page
  • PxTypedStridedData
    • PxTypedStridedData()
    • PxTypedStridedData()
    • at()
    • atRef()
    • data
    • stride
    • count
NVIDIA NVIDIA

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Mar 24, 2025.