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
  • PxTypedBoundedData

PxTypedBoundedData#

Defined in include/common/PxCoreUtilityTypes.h

template<typename TDataType>
struct PxTypedBoundedData#

Subclassed by PxTypedStridedData< TDataType >

Public Functions

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

Public Members

TDataType *data#
PxU32 stride#
PxU32 count#

previous

PxTypeInfo< PxTriangleMesh >

next

PxTypedStridedData

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

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Mar 24, 2025.