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