30 #ifndef GU_CONTACTBUFFER_H 31 #define GU_CONTACTBUFFER_H 55 #define LOCAL_CONTACTS_SIZE 1088 73 const PxVec3& worldNormalIn,
84 p.normal = worldNormalIn;
92 const PxVec3& worldNormalIn,
104 p.normal = worldNormalIn;
105 p.point = worldPoint;
Definition: GuContactBuffer.h:37
PxReal mToleranceLength
Definition: GuContactBuffer.h:51
Definition: GuContactBuffer.h:42
#define PX_FORCE_INLINE
Definition: PxPreprocessor.h:351
float PxReal
Definition: PxSimpleTypes.h:78
uint32_t PxU32
Definition: PxSimpleTypes.h:71
PX_CUDA_CALLABLE PX_FORCE_INLINE float magnitude() const
returns the magnitude
Definition: PxVec3.h:183
PX_CUDA_CALLABLE PX_FORCE_INLINE float PxAbs(float a)
abs returns the absolute value of its argument.
Definition: PxMath.h:107
PxReal mContactDistance
Definition: GuContactBuffer.h:49
PX_FORCE_INLINE NarrowPhaseParams(PxReal contactDistance, PxReal meshContactMargin, PxReal toleranceLength)
Definition: GuContactBuffer.h:44
PxReal mMeshContactMargin
Definition: GuContactBuffer.h:50
#define PX_ASSERT(exp)
Definition: PxAssert.h:59
uint16_t PxU16
Definition: PxSimpleTypes.h:73
3 Element vector class.
Definition: PxVec3.h:49