public CoreVec3Array(CoreVec3Array arg0) : this(VixenLibPINVOKE.new_CoreVec3Array__SWIG_2(CoreVec3Array.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual int Merge(CoreVec3Array arg0) { int ret = VixenLibPINVOKE.CoreVec3Array_Merge(swigCPtr, CoreVec3Array.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(CoreVec3Array obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }