Difference between revisions of "RevoluteJoint:getLimits"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Gets the joint limits.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 13:
 
* [[parent::RevoluteJoint]]
 
* [[parent::RevoluteJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the joint limits.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|RevoluteJoint:getLimits}}

Latest revision as of 17:31, 25 March 2011

Gets the joint limits.

Function

Synopsis

lower, upper = RevoluteJoint:getLimits( )

Arguments

None.

Returns

number lower
The lower limit, in radians.
number upper
The upper limit, in radians.

See Also


Other Languages