Ejemplo n.º 1
0
 public Edge2Df(Point2Df point1, Point2Df point2) : this(solar_datastructurePINVOKE.new_Edge2Df__SWIG_1(Point2Df.getCPtr(point1), Point2Df.getCPtr(point2)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Point2Df obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }