Ejemplo n.º 1
0
 public static void getGroundWalkDistanceMap(int walkx, int walky, RectangleArrayDouble distanceMap)
 {
     bwtaPINVOKE.getGroundWalkDistanceMap(walkx, walky, RectangleArrayDouble.getCPtr(distanceMap));
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public static void getGroundDistanceMap(TilePosition start, RectangleArrayDouble distanceMap)
 {
     bwtaPINVOKE.getGroundDistanceMap(TilePosition.getCPtr(start), RectangleArrayDouble.getCPtr(distanceMap));
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public RectangleArrayDouble(RectangleArrayDouble rectangleArray) : this(bwtaPINVOKE.new_RectangleArrayDouble__SWIG_4(RectangleArrayDouble.getCPtr(rectangleArray)), true)
 {
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }