|
JSim 2026.06.01-p(1)
|
Represents the result of a collision check between two shapes. More...
#include <collision_detector.hpp>
Public Attributes | |
| std::vector< ContactPoint > | contacts |
| Generated contact points. | |
| bool | hasCollision = false |
| True if shapes are penetrating. | |
Represents the result of a collision check between two shapes.
| std::vector<ContactPoint> frcsim::CollisionManifold::contacts |
Generated contact points.
| bool frcsim::CollisionManifold::hasCollision = false |
True if shapes are penetrating.