#include <typeDef.h>
Public Attributes | |
UINT | obj1 |
UINT | obj2 |
UINT | tri1 |
UINT | tri2 |
UINT | indexEdge1 [2] |
UINT | indexEdge2 [2] |
float | collisionTime |
A structure including EE collision Info.
The edge_i is a membef of the object_i and triangle_i.
Also, the trianlge_i is a member of the object_i.
collision time ( 0.0 ~ 1.0)
UINT intersectingEE::indexEdge1[2] |
Two IDs of vertexes composing edge1
UINT intersectingEE::indexEdge2[2] |
Two IDs of vertexes composing edge2
UINT intersectingEE::obj1 |
The ID of object containing edge1
UINT intersectingEE::obj2 |
The ID of object containing edge2
UINT intersectingEE::tri1 |
The ID of triangle containing edge1
UINT intersectingEE::tri2 |
The ID of triangle containing edge2