BulletCSharp.btVoronoiSimplexSolver.compute_points C# (CSharp) Method

compute_points() public method

public compute_points ( SWIGTYPE_p_btVector3 p1, SWIGTYPE_p_btVector3 p2 ) : void
p1 SWIGTYPE_p_btVector3
p2 SWIGTYPE_p_btVector3
return void
        public void compute_points(SWIGTYPE_p_btVector3 p1, SWIGTYPE_p_btVector3 p2)
        {
            BulletCollisionPINVOKE.btVoronoiSimplexSolver_compute_points(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(p1), SWIGTYPE_p_btVector3.getCPtr(p2));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }