Velocity constraint point. More...
#include <VelocityConstraint.hpp>
Public Attributes | |
| 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 | normalImpulse = 0_Ns |
| Normal impulse. | |
| Momentum | tangentImpulse = 0_Ns |
| Tangent impulse. | |
| Mass | normalMass = 0_kg |
| Normal mass. More... | |
| Mass | tangentMass = 0_kg |
| Tangent mass. More... | |
| LinearVelocity | velocityBias = 0_mps |
| Velocity bias. More... | |
Velocity constraint point.
| Mass playrho::d2::VelocityConstraint::Point::normalMass = 0_kg |
Normal mass.
relA and relB. Referenced by playrho::d2::VelocityConstraint::GetPoint().
| Mass playrho::d2::VelocityConstraint::Point::tangentMass = 0_kg |
Tangent mass.
relA and relB. Referenced by playrho::d2::VelocityConstraint::GetPoint().
| LinearVelocity playrho::d2::VelocityConstraint::Point::velocityBias = 0_mps |
Velocity bias.
Referenced by playrho::d2::VelocityConstraint::GetPoint().