Get the velocity at which the lazy follower reaches tracked point
| 173 | |
| 174 | // Get the velocity at which the lazy follower reaches tracked point |
| 175 | inline float GetLazyFollowRate() const |
| 176 | { |
| 177 | return m_fLazyFollowRate; |
| 178 | } |
| 179 | |
| 180 | // Set distance from tracked point to start nudging screen |
| 181 | inline void SetEdgeTriggerDistance(const olc::vf2d& vEdge) |
nothing calls this directly
no outgoing calls
no test coverage detected