BulletCSharp.btAlignedObjectArraybtFace.findLinearSearch C# (CSharp) Method

findLinearSearch() public method

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