Example #1
0
        public bool ne(FbxDouble2 pVector)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDouble2_ne(swigCPtr, FbxDouble2.getCPtr(pVector));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public bool eq(FbxDouble2 pVector)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDouble2_eq(swigCPtr, FbxDouble2.getCPtr(pVector));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
        public FbxDouble3 assign(FbxDouble2 pVector)
        {
            FbxDouble3 ret = new FbxDouble3(FbxWrapperNativePINVOKE.FbxDouble3_assign__SWIG_1(swigCPtr, FbxDouble2.getCPtr(pVector)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public FbxDouble2 assign(FbxDouble2 pVector)
        {
            FbxDouble2 ret = new FbxDouble2(fbx_wrapperPINVOKE.FbxDouble2_assign__SWIG_1(swigCPtr, FbxDouble2.getCPtr(pVector)), false);

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