nn::math::VEC2::Lerp Member Function| Name | Description | |
|---|---|---|
| in | lhs | Vector to take as the starting point of the linear interpolation. |
| in | rhs | Vector to take as the ending point of the liner interpolation. |
| in | t | Linear interpolation parameter. The result is lhs when this is 0.0 and rhs when this is 1.0. |
Linearly interpolates between two vectors and sets the result.
CONFIDENTIAL