![]() |
#include <GuContactBuffer.h>

Public Member Functions | |
| PX_FORCE_INLINE void | reset () |
| PX_FORCE_INLINE bool | contact (const PxVec3 &worldPoint, const PxVec3 &worldNormalIn, PxReal separation, PxU32 faceIndex1=PXC_CONTACT_NO_FACE_INDEX) |
| PX_FORCE_INLINE bool | contact (const PxVec3 &worldPoint, const PxVec3 &worldNormalIn, PxReal separation, PxU16 internalUsage, PxU32 faceIndex1=PXC_CONTACT_NO_FACE_INDEX) |
| PX_FORCE_INLINE bool | contact (const Gu::ContactPoint &pt) |
| PX_FORCE_INLINE Gu::ContactPoint * | contact () |
Public Attributes | |
| Gu::ContactPoint | contacts [MAX_CONTACTS] |
| PxU32 | count |
| PxU32 | pad |
Static Public Attributes | |
| static const PxU32 | MAX_CONTACTS = 64 |
|
inline |
|
inline |
|
inline |
References contacts, count, and MAX_CONTACTS.
|
inline |
References contacts, count, and MAX_CONTACTS.
|
inline |
References count.
| Gu::ContactPoint physx::Gu::ContactBuffer::contacts[MAX_CONTACTS] |
Referenced by contact().
| PxU32 physx::Gu::ContactBuffer::pad |