Body:getLinearVelocityFromLocalPoint

Body:getLinearVelocityFromLocalPoint

Get the linear velocity of a point on the body.

The linear velocity for a point on the body is the velocity of the body center of mass plus the velocity at that point from the body spinning.


The point on the body must given in local coordinates. Use Body:getLinearVelocityFromWorldPoint to specify this with world coordinates.

Function

Synopsis

vx, vy = Body:getLinearVelocityFromLocalPoint( 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


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Body:getLinearVelocityFromLocalPoint

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部