Skip to main contentCrate lininterp
Source - InvLerp
- Inverse linear interpolation trait,
gives the factor by which ‘self’
is between the range specified by the args
- Lerp
- linear interpolation trait,
blends between self and the first parameter,
uses reference args for suitability with heavier types
- LerpBetween
- Linear interpolation, reversed order params
‘self’ is the blend factor;
trailing params are the range
- LerpBy
- implement for types that represent a range,
- PairWith
- avr
- lerp
- free-function wrapper for ‘lerp’