Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Attributes | List of all members
box2d::ContactImpulses Struct Reference

#include <Manifold.hpp>

Public Attributes

Momentum m_normal
 Normal impulse. This is the non-penetration impulse (4-bytes). More...
 
Momentum m_tangent
 Tangent impulse. This is the friction impulse (4-bytes). More...
 

Member Data Documentation

◆ m_normal

Momentum box2d::ContactImpulses::m_normal

Normal impulse. This is the non-penetration impulse (4-bytes).

◆ m_tangent

Momentum box2d::ContactImpulses::m_tangent

Tangent impulse. This is the friction impulse (4-bytes).


The documentation for this struct was generated from the following file: