anchorB property

  1. @override
Vector2 anchorB
override

Get the anchor point on bodyB in world coordinates.

Implementation

@override
Vector2 get anchorB {
  return Vector2.copy(bodyB.position);
}