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

Function Length

include/Vector3.hpp:209–209  ·  view source on GitHub ↗

* Calculate vector length */

Source from the content-addressed store, hash-verified

207 * Calculate vector length
208 */
209 RLCPP_NODISCARD float Length() const { return Vector3Length(*this); }
210
211 /**
212 * Calculate vector square length

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected