Exemplo n.º 1
0
 public void setDataValue(int pIndex, FbxDouble4 dValue)
 {
     fbx_wrapperPINVOKE.FbxDouble4x4_setDataValue(swigCPtr, pIndex, FbxDouble4.getCPtr(dValue));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public bool eq(FbxDouble4 pVector)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDouble4_eq(swigCPtr, FbxDouble4.getCPtr(pVector));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
        public bool ne(FbxDouble4 pVector)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDouble4_ne(swigCPtr, FbxDouble4.getCPtr(pVector));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
        public FbxDouble4 assign(FbxDouble4 pVector)
        {
            FbxDouble4 ret = new FbxDouble4(fbx_wrapperPINVOKE.FbxDouble4_assign__SWIG_2(swigCPtr, FbxDouble4.getCPtr(pVector)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public FbxDouble4x4 assign(FbxDouble4 pValue)
        {
            FbxDouble4x4 ret = new FbxDouble4x4(FbxWrapperNativePINVOKE.FbxDouble4x4_assign__SWIG_0(swigCPtr, FbxDouble4.getCPtr(pValue)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
 public FbxDouble4x4(FbxDouble4 pData0, FbxDouble4 pData1, FbxDouble4 pData2, FbxDouble4 pData3) : this(FbxWrapperNativePINVOKE.new_FbxDouble4x4__SWIG_2(FbxDouble4.getCPtr(pData0), FbxDouble4.getCPtr(pData1), FbxDouble4.getCPtr(pData2), FbxDouble4.getCPtr(pData3)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 7
0
 public FbxDouble4x4(FbxDouble4 pValue) : this(FbxWrapperNativePINVOKE.new_FbxDouble4x4__SWIG_1(FbxDouble4.getCPtr(pValue)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 8
0
 public FbxColor(FbxDouble4 pRGBA) : this(FbxWrapperNativePINVOKE.new_FbxColor__SWIG_5(FbxDouble4.getCPtr(pRGBA)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 9
0
        public FbxColor assign(FbxDouble4 pColor)
        {
            FbxColor ret = new FbxColor(FbxWrapperNativePINVOKE.FbxColor_assign__SWIG_2(swigCPtr, FbxDouble4.getCPtr(pColor)), false);

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