BulletCSharp.btVoronoiSimplexSolver.inSimplex C# (CSharp) Method

inSimplex() public method

public inSimplex ( SWIGTYPE_p_btVector3 w ) : bool
w SWIGTYPE_p_btVector3
return bool
        public bool inSimplex(SWIGTYPE_p_btVector3 w)
        {
            bool ret = BulletCollisionPINVOKE.btVoronoiSimplexSolver_inSimplex(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(w));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }