private static bool shouldMove(GlobalTransform a, GlobalTransform b) { return(!a.Approximately(b)); }