#include <playrho/d2/PositionSolverManifold.hpp>
Public Attributes | |
UnitVec | m_normal |
Length2 | m_point {} |
Length | m_separation {} |
Position solver manifold.
This is a normal-point-separation composition of data for position constraint resolution.
UnitVec playrho ::d2::PositionSolverManifold::m_normal |
Normal.
Normal of the contact between two points. This is the axis upon which impulses should be applied to resolve the negative separations of overlapping shapes.
Length2 playrho ::d2::PositionSolverManifold::m_point {} |
Point.
Point at which position resolution should be relatively applied.
Length playrho ::d2::PositionSolverManifold::m_separation {} |
Separation.
Separation between two points (i.e. penetration if negative).