Midpoint and Linear Interpolation
Understand the use of 'std::midpoint' and 'std::lerp' with an example.
We'll cover the following...
std::midpoint(a, b)
: calculates the midpoint
Understand the use of 'std::midpoint' and 'std::lerp' with an example.
std::midpoint(a, b)
: calculates the midpoint