Position solver manifold. More...
#include <PositionSolverManifold.hpp>
Public Attributes | |
UnitVec | m_normal |
Normal. More... | |
Length2 | m_point |
Point. More... | |
Length | m_separation |
Separation. More... | |
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).