| 
    Box2D
    3.0.0
    
   A Real-Time-Oriented 2-D Physics Engine 
   | 
 
Point data for a manifold. More...
#include <Manifold.hpp>
Public Attributes | |
| Length2D | localPoint | 
| Local point.  More... | |
| ContactFeature | contactFeature | 
| Contact feature.  More... | |
| Momentum | normalImpulse = 0 | 
| Normal impulse.  More... | |
| Momentum | tangentImpulse = 0 | 
| Tangent impulse.  More... | |
Point data for a manifold.
This is a contact point belonging to a contact manifold. It holds details related to the geometry and dynamics of the contact points.
| ContactFeature box2d::Manifold::Point::contactFeature | 
Contact feature.
Uniquely identifies a contact point between two shapes - A and B.
| Length2D box2d::Manifold::Point::localPoint | 
Local point.
Usage depends on manifold type.
| Momentum box2d::Manifold::Point::normalImpulse = 0 | 
Normal impulse.
This is the non-penetration impulse.
| Momentum box2d::Manifold::Point::tangentImpulse = 0 | 
Tangent impulse.
This is the friction impulse.
 1.8.14