#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 Attributes | |
| int | myEid [2] |
| id of edge within primitive. Vertices are eid and (eid+1)nvertices | |
| fpreal | myBary [2] |
Definition at line 99 of file SIM_ColliderBFA.h.
| simEdgeEdgeEvent::simEdgeEdgeEvent | ( | ) | [inline] |
Definition at line 101 of file SIM_ColliderBFA.h.
| simEdgeEdgeEvent::simEdgeEdgeEvent | ( | const SIM_Time & | time, | |
| const UT_Vector3 & | normal, | |||
| fpreal | distance, | |||
| int | eid0, | |||
| int | eid1, | |||
| fpreal | bary0, | |||
| fpreal | bary1 | |||
| ) | [inline] |
Definition at line 104 of file SIM_ColliderBFA.h.
Parameter showing where point is within edge. 0 corresponds to vertex e, and 1 corresponds to vertex (eid+1)nvertices.
Definition at line 120 of file SIM_ColliderBFA.h.
| int simEdgeEdgeEvent::myEid[2] |
id of edge within primitive. Vertices are eid and (eid+1)nvertices
Definition at line 117 of file SIM_ColliderBFA.h.
1.5.9