Difference between revisions of "B2.DistanceJoint:getDampingRatio"
From GiderosMobile
Line 8: | Line 8: | ||
(number) = b2.DistanceJoint:getDampingRatio() | (number) = b2.DistanceJoint:getDampingRatio() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) The damping ratio of this distance joint<br/> | '''Returns''' (number) The damping ratio of this distance joint<br/> |
Revision as of 10:40, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the damping ratio of this distance joint.
(number) = b2.DistanceJoint:getDampingRatio()
Return values
Returns (number) The damping ratio of this distance joint