예제 #1
0
 private static bool shouldMove(GlobalTransform a, GlobalTransform b)
 {
     return(!a.Approximately(b));
 }