Velocity constraint point. More...
#include <playrho/d2/VelocityConstraint.hpp>
Public Attributes | |
Momentum | normalImpulse = 0_Ns |
Normal impulse. | |
Mass | normalMass = 0_kg |
Length2 | relA = Length2{} |
Position of body A relative to world manifold point. | |
Length2 | relB = Length2{} |
Position of body B relative to world manifold point. | |
Momentum | tangentImpulse = 0_Ns |
Tangent impulse. | |
Mass | tangentMass = 0_kg |
LinearVelocity | velocityBias = 0_mps |
Velocity constraint point.
Mass playrho::d2::VelocityConstraint::Point::normalMass = 0_kg |
Normal mass.
relA
and relB
. Mass playrho::d2::VelocityConstraint::Point::tangentMass = 0_kg |
Tangent mass.
relA
and relB
. LinearVelocity playrho::d2::VelocityConstraint::Point::velocityBias = 0_mps |
Velocity bias.