| 3512 | } |
| 3513 | |
| 3514 | void cruise_bubble::state_camera_survey::lerp(F32& a, F32 b, F32 c, F32 d) const |
| 3515 | { |
| 3516 | a = (b * (d - c)) + c; |
| 3517 | } |
| 3518 | |
| 3519 | void cruise_bubble::state_camera_survey::lerp(xVec3& a, F32 b, const xVec3& c, |
| 3520 | const xVec3& d) const |