Difference between revisions of "GearJoint"

m
Line 1: Line 1:
 
Keeps bodies together in such a way that they act like gears.
 
Keeps bodies together in such a way that they act like gears.
 
== Constructors ==
 
== Constructors ==
{{#ask: [[Category:Functions]] [[Constructs::GearJoint]] [[Since::<071]]
+
{{#ask: [[Category:Functions]] [[Constructs::GearJoint]] [[Since::<080]]
 
| headers=hide
 
| headers=hide
 
| default=None.
 
| default=None.
Line 7: Line 7:
 
}}
 
}}
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::GearJoint||Joint]] [[Since::<071]]
+
{{#ask: [[Category:Functions]] [[parent::GearJoint||Joint]] [[Since::<080]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description

Revision as of 17:24, 23 June 2012

Keeps bodies together in such a way that they act like gears.

Constructors

love.physics.newGearJointCreate a GearJoint connecting two Joints.

Functions

GearJoint:getRatioGet the ratio of a gear joint.
GearJoint:setRatioSet the ratio of a gear joint.
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 a string representing the type.
Joint:setCollideConnectedSets whether the connected Bodies should collide with each other.

See Also


Other Languages