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

Function Length

include/Vector4.hpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 RLCPP_NODISCARD float Length() const { return ::Vector4Length(*this); }
263
264 RLCPP_NODISCARD float LengthSqr() const { return ::Vector4LengthSqr(*this); }
265

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected