* Rotate Vector by float in radians */
| 243 | * Rotate Vector by float in radians |
| 244 | */ |
| 245 | RLCPP_NODISCARD Vector2 Rotate(float angle) const { return Vector2Rotate(*this, angle); } |
| 246 | |
| 247 | /** |
| 248 | * Move Vector towards target |
nothing calls this directly
no outgoing calls
no test coverage detected