BulletCSharp.btAlignedObjectArraybtFace.findBinarySearch C# (CSharp) Method

findBinarySearch() public method

public findBinarySearch ( btFace key ) : int
key btFace
return int
        public int findBinarySearch(btFace key)
        {
            int ret = BulletCollisionPINVOKE.btAlignedObjectArraybtFace_findBinarySearch(swigCPtr, btFace.getCPtr(key));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }