WeldJoint

Available since LÖVE 0.8.0
This type is not supported in earlier versions.

A WeldJoint essentially glues two bodies together.

Constructors

love.physics.newWeldJointA WeldJoint essentially glues two bodies together.Added since 0.8.0

Functions

Joint:destroyExplicitly destroys the Joint.
Joint:getAnchorsGet the anchor points of the joint.
Joint:getCollideConnectedGets whether the connected Bodies collide.
Joint:getReactionForceReturns the reaction force on the second body.
Joint:getReactionTorqueReturns the reaction torque on the second body.
Joint:getTypeGets an string representing the type.
Joint:setCollideConnectedSets whether the connected Bodies should collide with each other.
WeldJoint:getDampingRatioReturns the damping ratio of the joint.Added since 0.8.0
WeldJoint:getFrequencyReturns the frequency.Added since 0.8.0
WeldJoint:setDampingRatioSets a new damping ratio.Added since 0.8.0
WeldJoint:setFrequencySets a new frequency.Added since 0.8.0

Supertypes

See Also

Other Languages

Personal tools