public btAlignedObjectArrayePSolver(btAlignedObjectArrayePSolver otherArray) : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayePSolver__SWIG_1(btAlignedObjectArrayePSolver.getCPtr(otherArray)), true) { if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void copyFromArray(btAlignedObjectArrayePSolver otherArray) { BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_copyFromArray(swigCPtr, btAlignedObjectArrayePSolver.getCPtr(otherArray)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void copyFromArray(btAlignedObjectArrayePSolver otherArray) { BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_copyFromArray(swigCPtr, btAlignedObjectArrayePSolver.getCPtr(otherArray)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
public btAlignedObjectArrayePSolver(btAlignedObjectArrayePSolver otherArray) : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayePSolver__SWIG_1(btAlignedObjectArrayePSolver.getCPtr(otherArray)), true) { if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(btAlignedObjectArrayePSolver obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(btAlignedObjectArrayePSolver obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }