Ejemplo n.º 1
0
			internal btWithoutMarginResult( btDiscreteCollisionDetectorInterface.Result result
				, double marginOnA, double marginOnB )
			{
				m_originalResult = ( result );
				m_marginOnA = ( marginOnA );
				m_marginOnB = ( marginOnB );
				m_foundResult = ( false );
			}
Ejemplo n.º 2
0
 public virtual void getClosestPoints(btDiscreteCollisionDetectorInterface.ClosestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw)
 {
     BulletPINVOKE.btDiscreteCollisionDetectorInterface_getClosestPoints__SWIG_1(swigCPtr, btDiscreteCollisionDetectorInterface.ClosestPointInput.getCPtr(input), btDiscreteCollisionDetectorInterface.Result.getCPtr(output), btIDebugDraw.getCPtr(debugDraw));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }