Traits§
- 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
- Lerp
Between - Linear interpolation, reversed order params ‘self’ is the blend factor; trailing params are the range
- LerpBy
- implement for types that represent a range,
- Pair
With