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