#include <PxGeometry.h>
Public Member Functions | |
PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometryType::Enum | getType () const |
Returns the type of the geometry. | |
Protected Member Functions | |
PX_CUDA_CALLABLE PX_FORCE_INLINE | PxGeometry (PxGeometryType::Enum type) |
Protected Attributes | |
PxGeometryType::Enum | mType |
A geometry object defines the characteristics of a spatial object, but without any information about its placement in the world.
PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry::PxGeometry | ( | PxGeometryType::Enum | type | ) | [inline, protected] |
PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometryType::Enum PxGeometry::getType | ( | ) | const [inline] |
Returns the type of the geometry.
Referenced by PxMassProperties::PxMassProperties(), and PxGeometryHolder::storeAny().
PxGeometryType::Enum PxGeometry::mType [protected] |