A geometry object. More...
#include <PxGeometry.h>
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 |
A geometry object.
A geometry object defines the characteristics of a spatial object, but without any information about its placement in the world.
|
inlineprotected |
|
inline |
Returns the type of the geometry.
Referenced by PxGeometryHolder::getType().
|
protected |