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

Function LengthSqr

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

Source from the content-addressed store, hash-verified

262 RLCPP_NODISCARD float Length() const { return ::Vector4Length(*this); }
263
264 RLCPP_NODISCARD float LengthSqr() const { return ::Vector4LengthSqr(*this); }
265
266 RLCPP_NODISCARD float DotProduct(const ::Vector4& v2) const { return ::Vector4DotProduct(*this, v2); }
267

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected