Home
last modified time | relevance | path

Searched refs:m_angularError (Results 1 – 18 of 18) sorted by relevance

/dports/misc/box2d/box2d-2.4.1/include/box2d/
H A Db2_motor_joint.h129 float m_angularError; variable
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h118 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/devel/love/love-11.3/src/libraries/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D_Install/include/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Dynamics/Joints/
H A Db2MotorJoint.h124 float32 m_angularError; variable
H A Db2MotorJoint.cpp115 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
156 float32 Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()
/dports/misc/box2d/box2d-2.4.1/src/dynamics/
H A Db2_motor_joint.cpp122 m_angularError = aB - aA - m_angularOffset; in InitVelocityConstraints()
163 float Cdot = wB - wA + inv_h * m_correctionFactor * m_angularError; in SolveVelocityConstraints()