getWorldAnchorA method

void getWorldAnchorA(
  1. Vec3 result
)

Get the anchor point on body A, in world coordinates. @param result The vector to store the result in.

Implementation

void getWorldAnchorA(Vec3 result) {
  bodyA.pointToWorldFrame(localAnchorA, result);
}