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

Function Angle

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

* Calculate angle from two vectors in X-axis */

Source from the content-addressed store, hash-verified

300 * Calculate angle from two vectors in X-axis
301 */
302 RLCPP_NODISCARD float Angle(const ::Vector2& vector2) const { return Vector2Angle(*this, vector2); }
303
304 /**
305 * Vector with components value 0.0f

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected