RevoluteJoint

Allow two Bodies to revolve around a shared point.

physicsJointRevolute.png

Constructors

love.physics.newRevoluteJoint Creates a pivot joint between two bodies.

Functions

Joint:destroy Explicitly destroys the Joint.
Joint:getAnchors Get the anchor points of the joint.
Joint:getBodies Gets the bodies that the Joint is attached to. 0.9.2
Joint:getCollideConnected Gets whether the connected Bodies collide.
Joint:getReactionForce Returns the reaction force on the second body.
Joint:getReactionTorque Returns the reaction torque on the second body.
Joint:getType Gets a string representing the type.
Joint:getUserData Returns the Lua value associated with this Joint. 0.9.2
Joint:isDestroyed Gets whether the Joint is destroyed. 0.9.2
Joint:setCollideConnected Sets whether the connected Bodies should collide with each other. 0.8.0
Joint:setUserData Associates a Lua value with the Joint. 0.9.2
RevoluteJoint:enableLimit Enables or disables the joint limits. 0.8.0 0.9.0
RevoluteJoint:enableMotor Starts or stops the joint motor. 0.8.0 0.9.0
RevoluteJoint:getJointAngle Get the current joint angle.
RevoluteJoint:getJointSpeed Get the current joint angle speed.
RevoluteJoint:getLimits Gets the joint limits.
RevoluteJoint:getLowerLimit Gets the lower limit.
RevoluteJoint:getMaxMotorTorque Gets the maximum motor force.
RevoluteJoint:getMotorSpeed Gets the motor speed.
RevoluteJoint:getMotorTorque Get the current motor force.
RevoluteJoint:getUpperLimit Gets the upper limit.
RevoluteJoint:hasLimitsEnabled Checks whether limits are enabled. 0.9.0
RevoluteJoint:isLimitsEnabled Checks whether limits are enabled. 0.9.0
RevoluteJoint:isMotorEnabled Checks whether the motor is enabled.
RevoluteJoint:setLimits Sets the limits.
RevoluteJoint:setLimitsEnabled Enables/disables the joint limit. 0.9.0
RevoluteJoint:setLowerLimit Sets the lower limit.
RevoluteJoint:setMaxMotorTorque Set the maximum motor force.
RevoluteJoint:setMotorEnabled Enables/disables the joint motor. 0.9.0
RevoluteJoint:setMotorSpeed Sets the motor speed.

Supertypes

See Also


RevoluteJoint:setLowerLimit

RevoluteJoint:setLowerLimit Sets the lower limit. Function Synopsis

2017-03-21 15:52:45
RevoluteJoint:getUpperLimit

RevoluteJoint:getUpperLimit Gets the upper limit. Function Synopsis

2017-03-21 15:52:42
RevoluteJoint:setLimits

RevoluteJoint:setLimits Sets the limits. Function Synopsis

2017-03-21 15:52:44
RevoluteJoint:enableLimits

RevoluteJoint:enableLimits Available since LÖVE 0.8.0 This method is not supported in earlier versions. Removed in

2017-03-21 15:52:38
RevoluteJoint:isMotorEnabled

RevoluteJoint:isMotorEnabled Checks whether the motor is enabled. Function Synopsis

2017-03-21 15:52:43
RevoluteJoint:hasLimitsEnabled

RevoluteJoint:hasLimitsEnabled Available since LÖVE 0.9.0 It has been renamed from

2017-03-21 15:52:42
RevoluteJoint:isLimitsEnabled

RevoluteJoint:isLimitsEnabled Removed in LÖVE 0.9.0 It has been renamed to

2017-03-21 15:52:43
RevoluteJoint:enableLimit

RevoluteJoint:enableLimit Available since LÖVE 0.8.0 This method is not supported in earlier versions. Removed in

2017-03-21 15:52:37
RevoluteJoint:setLimitsEnabled

RevoluteJoint:setLimitsEnabled Available since LÖVE 0.9.0 It has been renamed from

2017-03-21 15:52:44
RevoluteJoint:getMaxMotorTorque

RevoluteJoint:getMaxMotorTorque Gets the maximum motor force. Function Synopsis

2017-03-21 15:52:40