MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Rotate

Function Rotate

include/Vector2.hpp:245–245  ·  view source on GitHub ↗

* Rotate Vector by float in radians */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected