| 1165 | |
| 1166 | |
| 1167 | inline void SetTarget(const olc::vf3d& vTarget) |
| 1168 | { |
| 1169 | vecTarget = vTarget; |
| 1170 | } |
| 1171 | |
| 1172 | inline void SetTarget(const float x, const float y, const float z) |
| 1173 | { |
nothing calls this directly
no outgoing calls
no test coverage detected