BulletCSharp.btVoronoiSimplexSolver.pointOutsideOfPlane C# (CSharp) Method

pointOutsideOfPlane() public method

public pointOutsideOfPlane ( SWIGTYPE_p_btVector3 p, SWIGTYPE_p_btVector3 a, SWIGTYPE_p_btVector3 b, SWIGTYPE_p_btVector3 c, SWIGTYPE_p_btVector3 d ) : int
p SWIGTYPE_p_btVector3
a SWIGTYPE_p_btVector3
b SWIGTYPE_p_btVector3
c SWIGTYPE_p_btVector3
d SWIGTYPE_p_btVector3
return int
        public int pointOutsideOfPlane(SWIGTYPE_p_btVector3 p, SWIGTYPE_p_btVector3 a, SWIGTYPE_p_btVector3 b, SWIGTYPE_p_btVector3 c, SWIGTYPE_p_btVector3 d)
        {
            int ret = BulletCollisionPINVOKE.btVoronoiSimplexSolver_pointOutsideOfPlane(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(p), SWIGTYPE_p_btVector3.getCPtr(a), SWIGTYPE_p_btVector3.getCPtr(b), SWIGTYPE_p_btVector3.getCPtr(c), SWIGTYPE_p_btVector3.getCPtr(d));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }