Esempio n. 1
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);
        }
Esempio n. 2
0
        public bool ne(FbxDouble3x4 pVector)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDouble3x4_ne(swigCPtr, FbxDouble3x4.getCPtr(pVector));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
        public FbxDouble3x4 ToFbxVectorTemplate3()
        {
            FbxDouble3x4 ret = new FbxDouble3x4(FbxWrapperNativePINVOKE.FbxDouble4x4_ToFbxVectorTemplate3(swigCPtr), false);

            return(ret);
        }
Esempio n. 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxDouble3x4 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }