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