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

Function Length

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

* Calculate vector length */

Source from the content-addressed store, hash-verified

275 * Calculate vector length
276 */
277 RLCPP_NODISCARD float Length() const { return Vector2Length(*this); }
278
279 /**
280 * Calculate vector square length

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected