lerp
Linearly interpolate between the start and end of this range.
Return
The interpolated value.
Parameters
progress
The position to interpolate, where 0 corresponds with ClosedRange.start and 1 corresponds with ClosedRange.endInclusive.
Linearly interpolate between the start and end of this range.
The interpolated value.
The position to interpolate, where 0 corresponds with ClosedRange.start and 1 corresponds with ClosedRange.endInclusive.