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

Function Normalize

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

* Normalize provided vector */

Source from the content-addressed store, hash-verified

223 * Normalize provided vector
224 */
225 RLCPP_NODISCARD Vector2 Normalize() const { return Vector2Normalize(*this); }
226
227 /**
228 * Transforms a Vector2 by a given Matrix

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected