FCL
0.6.0
Flexible Collision Library
|
Minimal contact information returned by collision. More...
#include <contact_point.h>
Public Member Functions | |
ContactPoint () | |
Constructor. | |
ContactPoint (const Vector3< S > &n_, const Vector3< S > &p_, S d_) | |
Constructor. | |
Public Attributes | |
Vector3< S > | normal |
Contact normal, pointing from o1 to o2. | |
Vector3< S > | pos |
Contact position, in world space. | |
S | penetration_depth |
Penetration depth. | |
Minimal contact information returned by collision.