Difference between revisions of "RevoluteJoint:getLimits"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Gets the joint limits.
 
Gets the joint limits.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the joint limits.}}
 
{{#set:Description=Gets the joint limits.}}
 +
== Other Languages ==
 +
{{i18n|RevoluteJoint:getLimits}}

Revision as of 10:49, 22 January 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