HDK
|
#include <SIM_SweptCollisionUtility.h>
Public Member Functions | |
SIM_UnpackedGeometry () | |
SIM_UnpackedGeometry (const GU_Detail &gdp) | |
SIM_UnpackedGeometry (const SIM_Geometry &simgeo) | |
GU_ConstDetailHandle | getGeometry () const |
Returns the unpacked geometry. More... | |
GA_Index | getOriginalPrimIndex (GA_Index i) const |
Unpacks any packed primitives in the given SIM_Geometry and stores the original primitive index of each primitive (e.g. for correctly recording impacts).
Definition at line 178 of file SIM_SweptCollisionUtility.h.
|
inline |
Definition at line 181 of file SIM_SweptCollisionUtility.h.
SIM_UnpackedGeometry::SIM_UnpackedGeometry | ( | const GU_Detail & | gdp | ) |
SIM_UnpackedGeometry::SIM_UnpackedGeometry | ( | const SIM_Geometry & | simgeo | ) |
|
inline |
Returns the unpacked geometry.
Definition at line 186 of file SIM_SweptCollisionUtility.h.
Returns the primitive index in the source geometry that the given primitive in the unpacked geometry corresponds to.
Definition at line 193 of file SIM_SweptCollisionUtility.h.