Difference between revisions of "Body:getLinearVelocityFromWorldPoint"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

vx, vy = Body:getLinearVelocityFromWorldPoint( x, y )

Arguments

number x
The x position to measure velocity.
number y
The y position to measure velocity.

Returns

number vx
The x component of velocity at point (x,y).
number vy
The y component of velocity at point (x,y).

See Also