getWorldAnchorA method
void
getWorldAnchorA(
- Vector3 result
Get the anchor point on body A, in world coordinates. @param result The vector to store the result in.
Implementation
void getWorldAnchorA(Vector3 result) {
bodyA.pointToWorldFrame(localAnchorA, result);
}