anchorB property
Vector2
get
anchorB
Get the anchor point on bodyB in world coordinates.
Implementation
Vector2 get anchorB => bodyB.worldPoint(localAnchorB);
Get the anchor point on bodyB in world coordinates.
Vector2 get anchorB => bodyB.worldPoint(localAnchorB);