NAME

lerp - linearly interpolates or extrapolates between lo and hi

SYNOPSIS

val.lerp(lo, hi)

DESCRIPTION

linearly interpolates or extrapolates between lo and hi

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related