Set the velocity at which the lazy follower reaches tracked point
| 167 | |
| 168 | // Set the velocity at which the lazy follower reaches tracked point |
| 169 | inline void SetLazyFollowRate(const float fRate) |
| 170 | { |
| 171 | m_fLazyFollowRate = fRate; |
| 172 | } |
| 173 | |
| 174 | // Get the velocity at which the lazy follower reaches tracked point |
| 175 | inline float GetLazyFollowRate() const |
nothing calls this directly
no outgoing calls
no test coverage detected