Пример #1
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);
        }
Пример #2
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);
        }
Пример #3
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);
        }
Пример #4
0
 public FbxDouble4x4(FbxDouble4x4 other) : this(NativeMethods.new_FbxDouble4x4__SWIG_3(FbxDouble4x4.getCPtr(other)), true)
 {
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
        public FbxDouble4x4 assign(FbxDouble4x4 pVector)
        {
            FbxDouble4x4 ret = new FbxDouble4x4(FbxWrapperNativePINVOKE.FbxDouble4x4_assign__SWIG_2(swigCPtr, FbxDouble4x4.getCPtr(pVector)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }