コード例 #1
0
        public FbxDouble3x4 assign(FbxDouble2x4 pVector)
        {
            FbxDouble3x4 ret = new FbxDouble3x4(FbxWrapperNativePINVOKE.FbxDouble3x4_assign__SWIG_1(swigCPtr, FbxDouble2x4.getCPtr(pVector)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
ファイル: FbxDouble2x4.cs プロジェクト: zwiglm/NeoAxisEngine
        public bool eq(FbxDouble2x4 pVector)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDouble2x4_eq(swigCPtr, FbxDouble2x4.getCPtr(pVector));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
        public FbxDouble2x4 ToFbxVectorTemplate2()
        {
            FbxDouble2x4 ret = new FbxDouble2x4(FbxWrapperNativePINVOKE.FbxDouble3x4_ToFbxVectorTemplate2(swigCPtr), false);

            return(ret);
        }
コード例 #4
0
ファイル: FbxDouble2x4.cs プロジェクト: zwiglm/NeoAxisEngine
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxDouble2x4 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }