* Calculate reflected vector to normal */
| 238 | * Calculate reflected vector to normal |
| 239 | */ |
| 240 | RLCPP_NODISCARD Vector2 Reflect(const ::Vector2& normal) const { return Vector2Reflect(*this, normal); } |
| 241 | |
| 242 | /** |
| 243 | * Rotate Vector by float in radians |
nothing calls this directly
no outgoing calls
no test coverage detected