getWorldAnchorB method
void
getWorldAnchorB(
- Vector3 result
Get the anchor point on body B, in world coordinates. @param result The vector to store the result in.
Implementation
void getWorldAnchorB(Vector3 result) {
bodyB.pointToWorldFrame(localAnchorB, result);
}