var searchIndex = {}; searchIndex["lerp"] = {"doc":"Linear interpolation and extrapolation traits.","items":[[3,"LerpIterator","lerp","An iterator across a range defined by its endpoints and the number of intermediate steps.",null,null],[8,"Lerp","","Types which are amenable to linear interpolation and extrapolation.",null,null],[10,"lerp","","Interpolate and extrapolate between `self` and `other` using `t` as the parameter.",0,null],[11,"lerp_bounded","","Interpolate between `self` and `other` precisely per the `lerp` function, bounding `t`\nin the inclusive range [0..1].",0,null],[8,"LerpIter","","Types which can construct a lerping iterator from one point to another\nover a set number of steps.",null,null],[10,"lerp_iter","","Create an iterator which lerps from `self` to `other`.",1,null],[11,"lerp_iter_closed","","Create an iterator which lerps from `self` to `other`.",1,null],[11,"next","","",2,null],[11,"size_hint","","",2,null]],"paths":[[8,"Lerp"],[8,"LerpIter"],[3,"LerpIterator"]]}; initSearch(searchIndex);