示例#1
0
 public XsMatrix3x3(XsMatrix3x3 other) : this(xsensdeviceapiPINVOKE.new_XsMatrix3x3__SWIG_2(XsMatrix3x3.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsMatrix3x3 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }