|
JSim 2026.06.01-p(1)
|
Describes a single contact point between two colliding bodies. More...
#include <collision_detector.hpp>
Public Attributes | |
| Vector3 | pointOnA |
| Contact point in local space of body A. | |
| Vector3 | pointOnB |
| Contact point in local space of body B. | |
| Vector3 | worldPoint |
| Contact point in world space. | |
| Vector3 | normal |
| Collision normal vector pointing from A to B. | |
| double | depth |
| Penetration depth (positive means overlap). | |
Describes a single contact point between two colliding bodies.
| double frcsim::ContactPoint::depth |
Penetration depth (positive means overlap).
| Vector3 frcsim::ContactPoint::normal |
Collision normal vector pointing from A to B.
| Vector3 frcsim::ContactPoint::pointOnA |
Contact point in local space of body A.
| Vector3 frcsim::ContactPoint::pointOnB |
Contact point in local space of body B.
| Vector3 frcsim::ContactPoint::worldPoint |
Contact point in world space.