object:getAnchorA()

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

Overview

Returns the x and y coordinates of the joint's anchor point within object A, where A and B are the two joined bodies. Values are in content space.

Syntax

joint:getAnchorA()

Example

local ax, ay = myJoint:getAnchorA()