コード例 #1
0
 public btAlignedObjectArrayNode(btAlignedObjectArrayNode otherArray) : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayNode__SWIG_1(btAlignedObjectArrayNode.getCPtr(otherArray)), true)
 {
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void copyFromArray(btAlignedObjectArrayNode otherArray)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_copyFromArray(swigCPtr, btAlignedObjectArrayNode.getCPtr(otherArray));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 internal static HandleRef getCPtr(btAlignedObjectArrayNode obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #4
0
 public void copyFromArray(btAlignedObjectArrayNode otherArray)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_copyFromArray(swigCPtr, btAlignedObjectArrayNode.getCPtr(otherArray));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #5
0
 public btAlignedObjectArrayNode(btAlignedObjectArrayNode otherArray)
     : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayNode__SWIG_1(btAlignedObjectArrayNode.getCPtr(otherArray)), true)
 {
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #6
0
 internal static HandleRef getCPtr(btAlignedObjectArrayNode obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }