I see that there is
World.CalculateDistance to find the distance between a collider and the (closest / all) colliders in the world.
But, is there a way to find the distance between two specific colliders given their transforms?
Similar to Physics.ComputePenetration() or Collider.ClosestPoint ?