object:getLocalAnchorB()

Type Function
Object Joint
Library physics.*
Return value Numbers
Revision Release 2024.3703
Keywords joint, getLocalAnchorB
See also object:getLocalAnchorA()
object:getAnchorA()
object:getAnchorB()
Physics Joints (guide)

Overview

Returns the x and y coordinates of the joint's anchor point within object B, where A and B are the two joined bodies. Values are relative (local) to object B.

Gotchas

Does not apply to "touch" or "pulley" joints.

Syntax

joint:getLocalAnchorB()

Example

local bx, by = myJoint:getLocalAnchorB()