31 #ifndef PX_PHYSICS_GEOMUTILS_NX_CONVEXMESH 32 #define PX_PHYSICS_GEOMUTILS_NX_CONVEXMESH Definition: GuContactBuffer.h:37
Polygon data.
Definition: PxConvexMesh.h:51
float PxReal
Definition: PxSimpleTypes.h:78
PX_INLINE PxConvexMesh(PxBaseFlags baseFlags)
Definition: PxConvexMesh.h:187
virtual bool isKindOf(const char *superClass) const
Returns whether a given type name matches with the type of this instance.
Definition: PxBase.h:178
A convex mesh.
Definition: PxConvexMesh.h:84
PxU16 PxType
Definition: PxBase.h:49
virtual PX_PHYSX_COMMON_API bool isKindOf(const char *name) const
Returns whether a given type name matches with the type of this instance.
Definition: PxConvexMesh.h:189
PxU16 mNbVerts
Number of vertices/edges in the polygon.
Definition: PxConvexMesh.h:54
PX_INLINE PxConvexMesh(PxType concreteType, PxBaseFlags baseFlags)
Definition: PxConvexMesh.h:186
virtual PX_PHYSX_COMMON_API ~PxConvexMesh()
Definition: PxConvexMesh.h:188
uint8_t PxU8
Definition: PxSimpleTypes.h:75
3x3 matrix class
Definition: PxMat33.h:90
Class representing 3D range or axis aligned bounding box.
Definition: PxBounds3.h:58
PxU16 mIndexBase
Offset in index buffer.
Definition: PxConvexMesh.h:55
#define PX_PHYSX_COMMON_API
Definition: PxPhysXCommonConfig.h:97
uint16_t PxU16
Definition: PxSimpleTypes.h:73
uint32_t PxU32
Definition: Px.h:48
Base class for objects that can be members of a PxCollection.
Definition: PxBase.h:73
virtual PX_PHYSX_COMMON_API const char * getConcreteTypeName() const
Returns string name of dynamic type.
Definition: PxConvexMesh.h:174
#define PX_INLINE
Definition: PxPreprocessor.h:336
3 Element vector class.
Definition: PxVec3.h:49