示例#1
0
 public void GetMatrix(SWIGTYPE_p_FbxAMatrix pMatrix)
 {
     fbx_wrapperPINVOKE.FbxAxisSystem_GetMatrix(swigCPtr, SWIGTYPE_p_FbxAMatrix.getCPtr(pMatrix));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxAMatrix obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }