PxGeometry Class Reference

A geometry object. More...

#include <PxGeometry.h>

Inheritance diagram for PxGeometry:

Public Member Functions

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometryType::Enum getType () const
 Returns the type of the geometry. More...
 

Protected Member Functions

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry (PxGeometryType::Enum type)
 

Protected Attributes

PxGeometryType::Enum mType
 

Detailed Description

A geometry object.

A geometry object defines the characteristics of a spatial object, but without any information about its placement in the world.

Note
This is an abstract class. You cannot create instances directly. Create an instance of one of the derived classes instead.

Constructor & Destructor Documentation

◆ PxGeometry()

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry::PxGeometry ( PxGeometryType::Enum  type)
inlineprotected

Member Function Documentation

◆ getType()

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometryType::Enum PxGeometry::getType ( ) const
inline

Returns the type of the geometry.

Returns
The type of the object.

Referenced by PxGeometryHolder::getType().

Member Data Documentation

◆ mType

PxGeometryType::Enum PxGeometry::mType
protected

The documentation for this class was generated from the following file: