
Public Member Functions | |
| Contact (const Point3 &p1, const Point3 &p2, const Vector3 &n1, Real depth=0) | |
Public Attributes | |
| Point3 | p1 |
| Point3 | p2 |
| contact point in local coord. frame of the Solids/CollisionModels | |
| Vector3 | n1 |
| surface normal of contact on solid1 (n2=-n1) | |
| Real | depth |
| penetration depth | |
|
||||||||||||||||||||
|
Definition at line 57 of file CollisionState. References base::Point3. |
|
|
penetration depth
Definition at line 61 of file CollisionState. |
|
|
surface normal of contact on solid1 (n2=-n1)
Definition at line 60 of file CollisionState. |
|
|
Definition at line 59 of file CollisionState. |
|
|
contact point in local coord. frame of the Solids/CollisionModels
Definition at line 59 of file CollisionState. |
1.3.6