BulletCSharp.btAlignedObjectArrayVector3.findLinearSearch C# (CSharp) 메소드

findLinearSearch() 공개 메소드

public findLinearSearch ( SWIGTYPE_p_btVector3 key ) : int
key SWIGTYPE_p_btVector3
리턴 int
        public int findLinearSearch(SWIGTYPE_p_btVector3 key)
        {
            int ret = BulletCollisionPINVOKE.btAlignedObjectArrayVector3_findLinearSearch(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(key));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }