Example #1
0
 public void moveOutOf(AABB other, Vector3 direction) {
   moveOutOf(other, 0, 0, 0, direction);
 }