HDK
|
#include <SIM_ColliderBFA.h>
Public Member Functions | |
simEdgeEdgeEvent () | |
simEdgeEdgeEvent (const SIM_Time &time, const UT_Vector3 &normal, fpreal distance, int eid0, int eid1, fpreal bary0, fpreal bary1) | |
Public Member Functions inherited from sim4PointEvent | |
sim4PointEvent () | |
sim4PointEvent (const SIM_Time &time, const UT_Vector3 &normal, fpreal distance) | |
Public Attributes | |
int | myEid [2] |
id of edge within primitive. Vertices are eid and (eid+1)nvertices More... | |
fpreal | myBary [2] |
Public Attributes inherited from sim4PointEvent | |
SIM_Time | myTime |
UT_Vector3 | myNormal |
fpreal | myDistance |
Definition at line 91 of file SIM_ColliderBFA.h.
|
inline |
Definition at line 93 of file SIM_ColliderBFA.h.
|
inline |
Definition at line 96 of file SIM_ColliderBFA.h.
fpreal simEdgeEdgeEvent::myBary[2] |
Parameter showing where point is within edge. 0 corresponds to vertex e, and 1 corresponds to vertex (eid+1)nvertices.
Definition at line 112 of file SIM_ColliderBFA.h.
int simEdgeEdgeEvent::myEid[2] |
id of edge within primitive. Vertices are eid and (eid+1)nvertices
Definition at line 109 of file SIM_ColliderBFA.h.