예제 #1
0
        public SWIGTYPE_p_double Get(SWIGTYPE_p_a_2__double m)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.GfMatrix2d_Get(swigCPtr, SWIGTYPE_p_a_2__double.getCPtr(m));
            SWIGTYPE_p_double     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_double(cPtr, false);

            return(ret);
        }
 internal static HandleRef getCPtr(SWIGTYPE_p_a_2__double obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_a_2__double obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #4
0
 public static void MatInv_2(SWIGTYPE_p_a_2__double A, SWIGTYPE_p_a_2__double B)
 {
     CoolPropPINVOKE.MatInv_2(SWIGTYPE_p_a_2__double.getCPtr(A), SWIGTYPE_p_a_2__double.getCPtr(B));
 }