B2.DistanceJoint

From GiderosMobile
Revision as of 09:57, 23 August 2018 by Hgy29 (talk | contribs)

Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6

Description


A distance joint constrains two points on two bodies to remain at a fixed distance from each other. You can view this as a massless, rigid rod.







Methods

b2.DistanceJoint:getDampingRatio - returns the damping ratio
b2.DistanceJoint:getFrequency - returns the mass-spring-damper frequency in Hertz
b2.DistanceJoint:getLength - returns the length of this distance joint in meters
b2.DistanceJoint:setDampingRatio - sets the damping ratio (0 = no damping, 1 = critical damping)
b2.DistanceJoint:setFrequency - sets the mass-spring-damper frequency in Hertz
b2.DistanceJoint:setLength - sets the natural joint length in meters

Events

Constants