コード例 #1
0
 public FbxDouble4x4(FbxDouble4x4 other) : this(NativeMethods.new_FbxDouble4x4__SWIG_3(FbxDouble4x4.getCPtr(other)), true)
 {
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public bool Equals(FbxDouble4x4 other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(_equals(other));
 }
コード例 #3
0
        public FbxDouble4x4 assign(FbxDouble3x4 pValue)
        {
            FbxDouble4x4 ret = new FbxDouble4x4(FbxWrapperNativePINVOKE.FbxDouble4x4_assign__SWIG_1(swigCPtr, FbxDouble3x4.getCPtr(pValue)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
        private bool _equals(FbxDouble4x4 pVector)
        {
            bool ret = NativeMethods.FbxDouble4x4__equals(swigCPtr, FbxDouble4x4.getCPtr(pVector));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
        public bool ne(FbxDouble4x4 pVector)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDouble4x4_ne(swigCPtr, FbxDouble4x4.getCPtr(pVector));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
        public FbxDouble4x4 assign(FbxDouble4x4 pVector)
        {
            FbxDouble4x4 ret = new FbxDouble4x4(fbx_wrapperPINVOKE.FbxDouble4x4_assign__SWIG_2(swigCPtr, FbxDouble4x4.getCPtr(pVector)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #7
0
        public FbxDouble4x4 assign(SWIGTYPE_p_FbxVectorTemplate3T_FbxVectorTemplate4T_FbxDouble_t_t pValue)
        {
            FbxDouble4x4 ret = new FbxDouble4x4(fbx_wrapperPINVOKE.FbxDouble4x4_assign__SWIG_1(swigCPtr, SWIGTYPE_p_FbxVectorTemplate3T_FbxVectorTemplate4T_FbxDouble_t_t.getCPtr(pValue)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #8
0
        public bool eq(FbxDouble4x4 pVector)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDouble4x4_eq(swigCPtr, FbxDouble4x4.getCPtr(pVector));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxDouble4x4 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }