コード例 #1
0
 public void SetXYZ(SWIGTYPE_p_FbxQuaternion pQuat)
 {
     fbx_wrapperPINVOKE.FbxVector4_SetXYZ(swigCPtr, SWIGTYPE_p_FbxQuaternion.getCPtr(pQuat));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxQuaternion obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }