Example #1
0
 public void routeAround(double x1, double y1, double x2, double y2, SWIGTYPE_p_std__vectorT_double_t xs, SWIGTYPE_p_std__vectorT_double_t ys)
 {
     colaPINVOKE.Rectangle_routeAround(swigCPtr, x1, y1, x2, y2, SWIGTYPE_p_std__vectorT_double_t.getCPtr(xs), SWIGTYPE_p_std__vectorT_double_t.getCPtr(ys));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_double_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 public void routeAround(double x1, double y1, double x2, double y2, SWIGTYPE_p_std__vectorT_double_t xs, SWIGTYPE_p_std__vectorT_double_t ys)
 {
     colaPINVOKE.Rectangle_routeAround(swigCPtr, x1, y1, x2, y2, SWIGTYPE_p_std__vectorT_double_t.getCPtr(xs), SWIGTYPE_p_std__vectorT_double_t.getCPtr(ys));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_double_t obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }