public bool ne(FbxDouble3x4 pVector) { bool ret = FbxWrapperNativePINVOKE.FbxDouble3x4_ne(swigCPtr, FbxDouble3x4.getCPtr(pVector)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }