FCL
0.6.0
Flexible Collision Library
|
Traversal node for continuous collision between BVH models. More...
#include <mesh_continuous_collision_traversal_node.h>
Public Member Functions | |
BVHContinuousCollisionPair (int id1_, int id2_, S time) | |
Public Attributes | |
int | id1 |
The index of one in-collision primitive. | |
int | id2 |
The index of the other in-collision primitive. | |
S | collision_time |
Collision time normalized in [0, 1]. The collision time out of [0, 1] means collision-free. | |
Traversal node for continuous collision between BVH models.